AWS::InspectorV2::CisScanConfigurationThe CIS scan configuration.
import { CfnCisScanConfiguration } from 'aws-cdk-lib/aws-inspectorv2';Or use the module namespace:
import * as inspectorv2 from 'aws-cdk-lib/aws-inspectorv2';
// inspectorv2.CfnCisScanConfigurationConfiguration passed to the constructor as CfnCisScanConfigurationProps.
scanNameRequiredstringThe name of the CIS scan configuration.
scheduleRequiredIResolvable | SchedulePropertyThe CIS scan configuration's schedule.
securityLevelRequiredstringThe CIS scan configuration's CIS Benchmark level.
targetsRequiredIResolvable | CisTargetsPropertyThe CIS scan configuration's targets.
tagsOptional{ [key: string]: string }The CIS scan configuration's tags.
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::CisScanConfiguration