Interface CfnCisScanConfigurationPropsMixin.CisTargetsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfigurationPropsMixin.CisTargetsProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfigurationPropsMixin
@Stability(Stable)
public static interface CfnCisScanConfigurationPropsMixin.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.cfnpropertymixins.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 forCfnCisScanConfigurationPropsMixin.CisTargetsPropertystatic final classAn implementation forCfnCisScanConfigurationPropsMixin.CisTargetsProperty -
Method Summary
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
-