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: