AWS::InspectorV2::CodeSecurityIntegrationInspector CodeSecurityIntegration resource schema
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CreateIntegrationDetails | CreateDetails | Create-onlyWrite-only |
Name | string | |
Tags | TagMap | Create-only |
Type | string | |
UpdateIntegrationDetails | UpdateDetails | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Code Security Integration ARN |
AuthorizationUrl | string | Authorization URL for OAuth flow |
CreatedAt | string | Creation timestamp |
LastUpdatedAt | string | Last update timestamp |
Status | string | Integration Status |
StatusReason | string | Reason for the current status |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
inspector2:CreateCodeSecurityIntegrationinspector2:GetCodeSecurityIntegrationinspector2:TagResourceinspector2:GetCodeSecurityIntegrationinspector2:ListTagsForResourceinspector2:UpdateCodeSecurityIntegrationinspector2:GetCodeSecurityIntegrationinspector2:ListTagsForResourceinspector2:TagResourceinspector2:UntagResourceinspector2:DeleteCodeSecurityIntegrationinspector2:GetCodeSecurityIntegrationinspector2:ListCodeSecurityIntegrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CreateIntegrationDetailsTags