AWS::S3::StorageLens StorageLensGroupSelectionCriteria - AWS CloudFormation

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