Interface CfnResourceScan.ScanFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResourceScan.ScanFilterProperty.Jsii$Proxy
Enclosing class:
CfnResourceScan

@Stability(Stable) public static interface CfnResourceScan.ScanFilterProperty extends software.amazon.jsii.JsiiSerializable
A filter that is used to specify which resource types to scan.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 ScanFilterProperty scanFilterProperty = ScanFilterProperty.builder()
         .types(List.of("types"))
         .build();
 

See Also: