AWS::InspectorV2::CodeSecurityIntegrationCreates a code security integration with a source code repository provider.
import { CfnCodeSecurityIntegration } from 'aws-cdk-lib/aws-inspectorv2';Or use the module namespace:
import * as inspectorv2 from 'aws-cdk-lib/aws-inspectorv2';
// inspectorv2.CfnCodeSecurityIntegrationConfiguration passed to the constructor as CfnCodeSecurityIntegrationProps.
createIntegrationDetailsOptionalIResolvable | CreateDetailsPropertyContains details required to create a code security integration with a specific repository provider.
nameOptionalstringThe name of the code security integration.
tagsOptional{ [key: string]: string }The tags to apply to the code security integration.
typeOptionalstringThe type of repository provider for the integration.
updateIntegrationDetailsOptionalIResolvable | UpdateDetailsPropertyThe updated integration details specific to the repository provider type.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-inspectorv2AWS::InspectorV2::CodeSecurityIntegration