AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::InspectorV2::CodeSecurityIntegration

CfnCodeSecurityIntegration

Creates a code security integration with a source code repository provider.

Import

import { CfnCodeSecurityIntegration } from 'aws-cdk-lib/aws-inspectorv2';

Or use the module namespace:

import * as inspectorv2 from 'aws-cdk-lib/aws-inspectorv2';
// inspectorv2.CfnCodeSecurityIntegration

Properties

Configuration passed to the constructor as CfnCodeSecurityIntegrationProps.

createIntegrationDetailsOptional
IResolvable | CreateDetailsProperty

Contains details required to create a code security integration with a specific repository provider.

nameOptional
string

The name of the code security integration.

tagsOptional
{ [key: string]: string }

The tags to apply to the code security integration.

typeOptional
string

The type of repository provider for the integration.

updateIntegrationDetailsOptional
IResolvable | UpdateDetailsProperty

The updated integration details specific to the repository provider type.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter