storage_lens_groups
Retrieves a list of storage_lens_groups
in a region
Overview
Name | storage_lens_groups |
Type | Resource |
Description | storage_lens_groups |
Id | awscc.s3.storage_lens_groups |
Fields
Name | Datatype | Description |
---|---|---|
name | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.s3.storage_lens_groups
WHERE region = 'us-east-1'
Permissions
To operate on the storage_lens_groups
resource, the following permissions are required:
Create
s3:CreateStorageLensGroup,
s3:GetStorageLensGroup,
s3:TagResource,
s3:ListTagsForResource
List
s3:ListStorageLensGroups