Interface CfnCisScanConfiguration.CisTargetsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfiguration.CisTargetsProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfiguration
@Stability(Stable)
public static interface CfnCisScanConfiguration.CisTargetsProperty
extends software.amazon.jsii.JsiiSerializable
The CIS targets.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.inspectorv2.*; CisTargetsProperty cisTargetsProperty = CisTargetsProperty.builder() .accountIds(List.of("accountIds")) .targetResourceTags(Map.of( "targetResourceTagsKey", List.of("targetResourceTags"))) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCisScanConfiguration.CisTargetsProperty
static final class
An implementation forCfnCisScanConfiguration.CisTargetsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The CIS target account ids.The CIS target resource tags.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountIds
The CIS target account ids.- See Also:
-
getTargetResourceTags
The CIS target resource tags.- See Also:
-
builder
-