AWS::S3::StorageLens Encryption - AWS CloudFormation

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 AWS 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