CfnResourceScanProps

class aws_cdk.aws_cloudformation.CfnResourceScanProps(*, scan_filters=None)

Bases: object

Properties for defining a CfnResourceScan.

Parameters:

scan_filters (Union[IResolvable, Sequence[Union[IResolvable, ScanFilterProperty, Dict[str, Any]]], None]) – The scan filters to use.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourcescan.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cloudformation as cloudformation

cfn_resource_scan_props = cloudformation.CfnResourceScanProps(
    scan_filters=[cloudformation.CfnResourceScan.ScanFilterProperty(
        types=["types"]
    )]
)

Attributes

scan_filters

The scan filters to use.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourcescan.html#cfn-cloudformation-resourcescan-scanfilters