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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyStorePropsMixin.KmsEncryptionStatePropertystatic final classAn implementation forCfnPolicyStorePropsMixin.KmsEncryptionStateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionContext
- See Also:
-
getKey
- See Also:
-
builder
-