Interface CfnPolicyStore.KmsEncryptionSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyStore.KmsEncryptionSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyStore
@Stability(Stable)
public static interface CfnPolicyStore.KmsEncryptionSettingsProperty
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.services.verifiedpermissions.*;
KmsEncryptionSettingsProperty kmsEncryptionSettingsProperty = KmsEncryptionSettingsProperty.builder()
.key("key")
// the properties below are optional
.encryptionContext(Map.of(
"encryptionContextKey", "encryptionContext"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyStore.KmsEncryptionSettingsPropertystatic final classAn implementation forCfnPolicyStore.KmsEncryptionSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
- See Also:
-
getEncryptionContext
- See Also:
-
builder
-