AWS Fundamentals Logo
AWS Fundamentals
AWS::InspectorV2::CodeSecurityIntegration

InspectorV2 CodeSecurityIntegration

Inspector CodeSecurityIntegration resource schema

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CreateIntegrationDetails
CreateDetails
Create-onlyWrite-only
Name
string
Tags
TagMap
Create-only
Type
string
UpdateIntegrationDetails
UpdateDetails
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringCode Security Integration ARN
AuthorizationUrlstringAuthorization URL for OAuth flow
CreatedAtstringCreation timestamp
LastUpdatedAtstringLast update timestamp
StatusstringIntegration Status
StatusReasonstringReason for the current status

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::InspectorV2::CodeSecurityIntegration

Resources:
  MyResource:
    Type: AWS::InspectorV2::CodeSecurityIntegration
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

inspector2:CreateCodeSecurityIntegrationinspector2:GetCodeSecurityIntegrationinspector2:TagResource

read

inspector2:GetCodeSecurityIntegrationinspector2:ListTagsForResource

update

inspector2:UpdateCodeSecurityIntegrationinspector2:GetCodeSecurityIntegrationinspector2:ListTagsForResourceinspector2:TagResourceinspector2:UntagResource

delete

inspector2:DeleteCodeSecurityIntegrationinspector2:GetCodeSecurityIntegration

list

inspector2:ListCodeSecurityIntegrations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceInspectorV2
Properties11
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CreateIntegrationDetailsTags

External Links