storage_lens_tags
Expands all tag keys and values for storage_lens in a region
Overview
| Name | storage_lens_tags |
| Type | Resource |
| Description | The AWS::S3::StorageLens resource is an Amazon S3 resource type that you can use to create Storage Lens configurations. |
| Id | aws.s3.storage_lens_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
storage_lens_configuration | object | Specifies the details of Amazon S3 Storage Lens configuration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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