Skip to main content

storage_lens_groups_list_only

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

Overview

Namestorage_lens_groups_list_only
TypeResource
DescriptionThe AWS::S3::StorageLensGroup resource is an Amazon S3 resource type that you can use to create Storage Lens Group.
Idaws.s3.storage_lens_groups_list_only

Fields

NameDatatypeDescription
namestringThe name that identifies the Amazon S3 Storage Lens Group.
filterobjectSets the Storage Lens Group filter.
storage_lens_group_arnstringThe ARN for the Amazon S3 Storage Lens Group.
tagsarrayA set of tags (key-value pairs) for this Amazon S3 Storage Lens Group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all storage_lens_groups in a region.

SELECT
region,
name
FROM aws.s3.storage_lens_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the storage_lens_groups_list_only resource, see storage_lens_groups