interface S3EncryptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnSecurityConfiguration.S3EncryptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSecurityConfiguration_S3EncryptionProperty |
![]() | software.amazon.awscdk.services.glue.CfnSecurityConfiguration.S3EncryptionProperty |
![]() | aws_cdk.aws_glue.CfnSecurityConfiguration.S3EncryptionProperty |
![]() | 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
Name | Type | Description |
---|---|---|
kms | string | The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. |
s3 | string | The 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.