AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::InspectorV2::CodeSecurityScanConfiguration

CfnCodeSecurityScanConfiguration

Creates a scan configuration for code security scanning.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnCodeSecurityScanConfigurationProps.

configurationOptional
IResolvable | CodeSecurityScanConfigurationProperty

The configuration settings for the code security scan.

levelOptional
string

The security level for the scan configuration.

nameOptional
string

The name of the scan configuration.

scopeSettingsOptional
IResolvable | ScopeSettingsProperty

The scope settings that define which repositories will be scanned.

tagsOptional
{ [key: string]: string }

The tags to apply to the scan configuration.

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