AWS::SecurityLake::DataLake Transitions - AWS CloudFormation

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

AWS::SecurityLake::DataLake Transitions

Provides transition lifecycle details of the Amazon Security Lake object. For more information about Amazon S3 Lifecycle configurations, see Managing your storage lifecycle in the Amazon Simple Storage Service User Guide.

Syntax

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

JSON

{ "Days" : Integer, "StorageClass" : String }

YAML

Days: Integer StorageClass: String

Properties

Days

The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

StorageClass

The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. The default storage class is S3 Standard. For information about other storage classes, see Setting the storage class of an object in the Amazon S3 User Guide.

Required: No

Type: String

Update requires: No interruption