Skip to main content

storage_lens_tags

Expands all tag keys and values for storage_lens in a region

Overview

Namestorage_lens_tags
TypeResource
DescriptionThe AWS::S3::StorageLens resource is an Amazon S3 resource type that you can use to create Storage Lens configurations.
Idaws.s3.storage_lens_tags

Fields

NameDatatypeDescription
storage_lens_configurationobjectSpecifies the details of Amazon S3 Storage Lens configuration.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all storage_lens in a region.

SELECT
region,
storage_lens_configuration,
tag_key,
tag_value
FROM aws.s3.storage_lens_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the storage_lens_tags resource, see storage_lens