Interface CfnDataCatalogEncryptionSettingsPropsMixin.EncryptionAtRestProperty

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

@Stability(Stable) public static interface CfnDataCatalogEncryptionSettingsPropsMixin.EncryptionAtRestProperty extends software.amazon.jsii.JsiiSerializable
Specifies the encryption-at-rest configuration for the Data Catalog.

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.glue.*;
 EncryptionAtRestProperty encryptionAtRestProperty = EncryptionAtRestProperty.builder()
         .catalogEncryptionMode("catalogEncryptionMode")
         .catalogEncryptionServiceRole("catalogEncryptionServiceRole")
         .sseAwsKmsKeyId("sseAwsKmsKeyId")
         .build();
 

See Also: