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: