AWS::S3::StorageLens Encryption - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

SSEKMS: SSEKMS SSES3: Json

Properties

SSEKMS

Specifies the use of Amazon 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