AWS::S3::StorageLens Encryption - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::S3::StorageLens Encryption

This resource contains the type of server-side encryption used to encrypt an Amazon S3 Storage Lens metrics export. For valid values, see the StorageLensDataExportEncryption in the Amazon S3 API Reference.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SSEKMS" : SSEKMS, "SSES3" : Json }

YAML

SSEKMS: SSEKMS SSES3: Json

Properties

SSEKMS

Specifies the use of AWS Key Management Service keys (SSE-KMS) to encrypt the S3 Storage Lens metrics export file.

Required: No

Type: SSEKMS

Update requires: No interruption

SSES3

Specifies the use of an Amazon S3-managed key (SSE-S3) to encrypt the S3 Storage Lens metrics export file.

Required: No

Type: Json

Update requires: No interruption