AWS::S3::StorageLens BucketsAndRegions - 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).

AWS::S3::StorageLens BucketsAndRegions

This resource contains the details of the buckets and Regions for the Amazon S3 Storage Lens configuration.

Syntax

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

JSON

{ "Buckets" : [ String, ... ], "Regions" : [ String, ... ] }

YAML

Buckets: - String Regions: - String

Properties

Buckets

This property contains the details of the buckets for the Amazon S3 Storage Lens configuration. This should be the bucket Amazon Resource Name(ARN). For valid values, see Buckets ARN format here in the Amazon S3 API Reference.

Required: No

Type: Array of String

Update requires: No interruption

Regions

This property contains the details of the Regions for the S3 Storage Lens configuration.

Required: No

Type: Array of String

Update requires: No interruption