interface SSEKMSProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnStorageLens.SSEKMSProperty |
![]() | software.amazon.awscdk.services.s3.CfnStorageLens.SSEKMSProperty |
![]() | aws_cdk.aws_s3.CfnStorageLens.SSEKMSProperty |
![]() | @aws-cdk/aws-s3 » CfnStorageLens » SSEKMSProperty |
Specifies the use of server-side encryption using an AWS Key Management Service key (SSE-KMS) to encrypt the delivered S3 Storage Lens metrics export file.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3 from '@aws-cdk/aws-s3';
const sSEKMSProperty: s3.CfnStorageLens.SSEKMSProperty = {
keyId: 'keyId',
};
Properties
Name | Type | Description |
---|---|---|
key | string | Specifies the Amazon Resource Name (ARN) of the customer managed AWS KMS key to use for encrypting the S3 Storage Lens metrics export file. |
keyId
Type:
string
Specifies the Amazon Resource Name (ARN) of the customer managed AWS KMS key to use for encrypting the S3 Storage Lens metrics export file.
Amazon S3 only supports symmetric encryption keys. For more information, see Special-purpose keys in the AWS Key Management Service Developer Guide .