interface CfnDataCatalogEncryptionSettingsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnDataCatalogEncryptionSettingsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnDataCatalogEncryptionSettingsProps |
![]() | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettingsProps |
![]() | aws_cdk.aws_glue.CfnDataCatalogEncryptionSettingsProps |
![]() | aws-cdk-lib » aws_glue » CfnDataCatalogEncryptionSettingsProps |
Properties for defining a CfnDataCatalogEncryptionSettings
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const cfnDataCatalogEncryptionSettingsProps: glue.CfnDataCatalogEncryptionSettingsProps = {
catalogId: 'catalogId',
dataCatalogEncryptionSettings: {
connectionPasswordEncryption: {
kmsKeyId: 'kmsKeyId',
returnConnectionPasswordEncrypted: false,
},
encryptionAtRest: {
catalogEncryptionMode: 'catalogEncryptionMode',
catalogEncryptionServiceRole: 'catalogEncryptionServiceRole',
sseAwsKmsKeyId: 'sseAwsKmsKeyId',
},
},
};
Properties
Name | Type | Description |
---|---|---|
catalog | string | The ID of the Data Catalog in which the settings are created. |
data | IResolvable | Data | Contains configuration information for maintaining Data Catalog security. |
catalogId
Type:
string
The ID of the Data Catalog in which the settings are created.
dataCatalogEncryptionSettings
Type:
IResolvable
|
Data
Contains configuration information for maintaining Data Catalog security.