Package software.amazon.awscdk
Interface CfnResourceScanProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceScanProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:50:55.380Z")
@Stability(Stable)
public interface CfnResourceScanProps
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.*;
CfnResourceScanProps cfnResourceScanProps = CfnResourceScanProps.builder()
.scanFilters(List.of(ScanFilterProperty.builder()
.types(List.of("types"))
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceScanPropsstatic final classAn implementation forCfnResourceScanProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnResourceScanProps.Builderbuilder()default ObjectThe scan filters to use.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScanFilters
The scan filters to use.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResourceScan.ScanFilterProperty>- See Also:
-
builder
- Returns:
- a
CfnResourceScanProps.BuilderofCfnResourceScanProps
-