CfnResourceScanMixinProps
- class aws_cdk.cfn_property_mixins.aws_cloudformation.CfnResourceScanMixinProps(*, scan_filters=None)
Bases:
objectProperties for CfnResourceScanPropsMixin.
- Parameters:
scan_filters (
Union[IResolvable,Sequence[Union[IResolvable,ScanFilterProperty,Dict[str,Any]]],None]) – The scan filters to use.- See:
- 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.cfn_property_mixins import aws_cloudformation as cloudformation cfn_resource_scan_mixin_props = cloudformation.CfnResourceScanMixinProps( scan_filters=[cloudformation.CfnResourceScanPropsMixin.ScanFilterProperty( types=["types"] )] )
Attributes
- scan_filters
The scan filters to use.