Interface CfnPolicyStore.DeletionProtectionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyStore.DeletionProtectionProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyStore
@Stability(Stable)
public static interface CfnPolicyStore.DeletionProtectionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies whether the policy store can be deleted.
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.verifiedpermissions.*; DeletionProtectionProperty deletionProtectionProperty = DeletionProtectionProperty.builder() .mode("mode") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPolicyStore.DeletionProtectionProperty
static final class
An implementation forCfnPolicyStore.DeletionProtectionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMode
Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.The default state is
DISABLED
.Default: - "DISABLED"
- See Also:
-
builder
-