interface CfnResourceScanProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnResourceScanProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnResourceScanProps |
Java | software.amazon.awscdk.CfnResourceScanProps |
Python | aws_cdk.CfnResourceScanProps |
TypeScript | aws-cdk-lib » CfnResourceScanProps |
Properties for defining a CfnResourceScan.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const cfnResourceScanProps: cdk.CfnResourceScanProps = {
scanFilters: [{
types: ['types'],
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| scan | IResolvable | (IResolvable | Scan)[] | The scan filters to use. |
scanFilters?
Type:
IResolvable | (IResolvable | Scan)[]
(optional)
The scan filters to use.

.NET
Go
Java
Python
TypeScript