Interface CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationLibraryPropsMixin
@Stability(Stable)
public static interface CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
KMS Encryption Configuration.
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.bedrock.*;
EncryptionConfigurationProperty encryptionConfigurationProperty = EncryptionConfigurationProperty.builder()
.kmsEncryptionContext(Map.of(
"kmsEncryptionContextKey", "kmsEncryptionContext"))
.kmsKeyId("kmsKeyId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsEncryptionContext
KMS Encryption Context.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getKmsKeyId
KMS Key Identifier.- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder builder()
-