public static interface CfnDataCatalogEncryptionSettings.EncryptionAtRestProperty
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.glue.*; EncryptionAtRestProperty encryptionAtRestProperty = EncryptionAtRestProperty.builder() .catalogEncryptionMode("catalogEncryptionMode") .sseAwsKmsKeyId("sseAwsKmsKeyId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataCatalogEncryptionSettings.EncryptionAtRestProperty.Builder
|
static class |
CfnDataCatalogEncryptionSettings.EncryptionAtRestProperty.Jsii$Proxy
An implementation for
CfnDataCatalogEncryptionSettings.EncryptionAtRestProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataCatalogEncryptionSettings.EncryptionAtRestProperty.Builder |
builder() |
default java.lang.String |
getCatalogEncryptionMode()
The encryption-at-rest mode for encrypting Data Catalog data.
|
default java.lang.String |
getSseAwsKmsKeyId()
The ID of the AWS KMS key to use for encryption at rest.
|