Package software.amazon.awscdk
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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceScan.ScanFilterPropertystatic final classAn implementation forCfnResourceScan.ScanFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTypes
An array of strings where each string represents an AWS resource type to scan.- See Also:
-
builder
-