AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::InspectorV2::CisScanConfiguration

CfnCisScanConfiguration

The CIS scan configuration.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnCisScanConfigurationProps.

scanNameRequired
string

The name of the CIS scan configuration.

scheduleRequired
IResolvable | ScheduleProperty

The CIS scan configuration's schedule.

securityLevelRequired
string

The CIS scan configuration's CIS Benchmark level.

targetsRequired
IResolvable | CisTargetsProperty

The CIS scan configuration's targets.

tagsOptional
{ [key: string]: string }

The CIS scan configuration's tags.

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