aws-cdk-lib.aws_glue.CfnSecurityConfiguration.S3EncryptionProperty

interface S3EncryptionProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnSecurityConfiguration.S3EncryptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSecurityConfiguration_S3EncryptionProperty
Javasoftware.amazon.awscdk.services.glue.CfnSecurityConfiguration.S3EncryptionProperty
Pythonaws_cdk.aws_glue.CfnSecurityConfiguration.S3EncryptionProperty
TypeScript aws-cdk-lib » aws_glue » CfnSecurityConfiguration » S3EncryptionProperty

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

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 s3EncryptionProperty: glue.CfnSecurityConfiguration.S3EncryptionProperty = {
  kmsKeyArn: 'kmsKeyArn',
  s3EncryptionMode: 's3EncryptionMode',
};

Properties

NameTypeDescription
kmsKeyArn?stringThe Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
s3EncryptionMode?stringThe encryption mode to use for Amazon S3 data.

kmsKeyArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.


s3EncryptionMode?

Type: string (optional)

The encryption mode to use for Amazon S3 data.