Skip to main content

storage_lens_list_only

Lists storage_lens in a region or regions, for all properties use storage_lens

Overview

Namestorage_lens_list_only
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_list_only

Fields

NameDatatypeDescription
storage_lens_configurationobjectSpecifies the details of Amazon S3 Storage Lens configuration.
tagsarrayA set of tags (key-value pairs) for this Amazon S3 Storage Lens configuration.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all storage_lens in a region.

SELECT
region,
storage_lens_configuration/id
FROM aws.s3.storage_lens_list_only
WHERE region = 'us-east-1';

Permissions

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