aws-cdk-lib.aws_athena.CfnWorkGroup.CustomerContentEncryptionConfigurationProperty

interface CustomerContentEncryptionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Athena.CfnWorkGroup.CustomerContentEncryptionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsathena#CfnWorkGroup_CustomerContentEncryptionConfigurationProperty
Javasoftware.amazon.awscdk.services.athena.CfnWorkGroup.CustomerContentEncryptionConfigurationProperty
Pythonaws_cdk.aws_athena.CfnWorkGroup.CustomerContentEncryptionConfigurationProperty
TypeScript aws-cdk-lib » aws_athena » CfnWorkGroup » CustomerContentEncryptionConfigurationProperty

Specifies the KMS key that is used to encrypt the user's data stores in Athena.

This setting does not apply to Athena SQL workgroups.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_athena as athena } from 'aws-cdk-lib';
const customerContentEncryptionConfigurationProperty: athena.CfnWorkGroup.CustomerContentEncryptionConfigurationProperty = {
  kmsKey: 'kmsKey',
};

Properties

NameTypeDescription
kmsKeystringThe KMS key that is used to encrypt the user's data stores in Athena.

kmsKey

Type: string

The KMS key that is used to encrypt the user's data stores in Athena.