storage_lens_groups_list_only
Lists storage_lens_groups
in a region or regions, for all properties use storage_lens_groups
Overview
Name | storage_lens_groups_list_only |
Type | Resource |
Description | The AWS::S3::StorageLensGroup resource is an Amazon S3 resource type that you can use to create Storage Lens Group. |
Id | aws.s3.storage_lens_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name that identifies the Amazon S3 Storage Lens Group. |
filter | object | Sets the Storage Lens Group filter. |
storage_lens_group_arn | string | The ARN for the Amazon S3 Storage Lens Group. |
tags | array | A set of tags (key-value pairs) for this Amazon S3 Storage Lens Group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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