Interface CfnPolicyStorePropsMixin.KmsEncryptionStateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicyStorePropsMixin.KmsEncryptionStateProperty.Jsii$Proxy
Enclosing class:
CfnPolicyStorePropsMixin

@Stability(Stable) public static interface CfnPolicyStorePropsMixin.KmsEncryptionStateProperty extends software.amazon.jsii.JsiiSerializable
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.verifiedpermissions.*;
 KmsEncryptionStateProperty kmsEncryptionStateProperty = KmsEncryptionStateProperty.builder()
         .encryptionContext(Map.of(
                 "encryptionContextKey", "encryptionContext"))
         .key("key")
         .build();
 

See Also: