interface DataCatalogEncryptionSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty |
![]() | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty |
![]() | aws_cdk.aws_glue.CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty |
![]() | @aws-cdk/aws-glue » CfnDataCatalogEncryptionSettings » DataCatalogEncryptionSettingsProperty |
Contains configuration information for maintaining Data Catalog security.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue from '@aws-cdk/aws-glue';
const dataCatalogEncryptionSettingsProperty: glue.CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty = {
connectionPasswordEncryption: {
kmsKeyId: 'kmsKeyId',
returnConnectionPasswordEncrypted: false,
},
encryptionAtRest: {
catalogEncryptionMode: 'catalogEncryptionMode',
sseAwsKmsKeyId: 'sseAwsKmsKeyId',
},
};
Properties
Name | Type | Description |
---|---|---|
connection | IResolvable | Connection | When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. |
encryption | IResolvable | Encryption | Specifies the encryption-at-rest configuration for the Data Catalog. |
connectionPasswordEncryption?
Type:
IResolvable
|
Connection
(optional)
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection
or UpdateConnection
and store it in the ENCRYPTED_PASSWORD
field in the connection properties.
You can enable catalog encryption or only password encryption.
encryptionAtRest?
Type:
IResolvable
|
Encryption
(optional)
Specifies the encryption-at-rest configuration for the Data Catalog.