storage_lens_list_only
Lists storage_lens
in a region or regions, for all properties use storage_lens
Overview
Name | storage_lens_list_only |
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_list_only |
Fields
Name | Datatype | Description |
---|---|---|
storage_lens_configuration | object | Specifies the details of Amazon S3 Storage Lens configuration. |
tags | array | A set of tags (key-value pairs) for this Amazon S3 Storage Lens configuration. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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