AWS::S3::StorageLens StorageLensGroupSelectionCriteria - 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 StorageLensGroupSelectionCriteria

This resource indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. You can only attach Storage Lens groups to your dashboard if they're included in your Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.

Syntax

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

JSON

{ "Exclude" : [ String, ... ], "Include" : [ String, ... ] }

YAML

Exclude: - String Include: - String

Properties

Exclude

This property indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.

Required: No

Type: Array of String

Update requires: No interruption

Include

This property indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.

Required: No

Type: Array of String

Update requires: No interruption