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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCisScanConfiguration.CisTargetsPropertystatic final classAn 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.Returns union: either
IResolvableor Mapinvalid input: '<'String, Listinvalid input: '<'String>>- See Also:
-
builder
-