AWS::InspectorV2::CodeSecurityScanConfigurationCreates a scan configuration for code security scanning.
import { CfnCodeSecurityScanConfiguration } from 'aws-cdk-lib/aws-inspectorv2';Or use the module namespace:
import * as inspectorv2 from 'aws-cdk-lib/aws-inspectorv2';
// inspectorv2.CfnCodeSecurityScanConfigurationConfiguration passed to the constructor as CfnCodeSecurityScanConfigurationProps.
configurationOptionalIResolvable | CodeSecurityScanConfigurationPropertyThe configuration settings for the code security scan.
levelOptionalstringThe security level for the scan configuration.
nameOptionalstringThe name of the scan configuration.
scopeSettingsOptionalIResolvable | ScopeSettingsPropertyThe scope settings that define which repositories will be scanned.
tagsOptional{ [key: string]: string }The tags to apply to the scan configuration.
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::CodeSecurityScanConfiguration