storage_lens_group
Gets an individual storage_lens_group
resource
Overview
Name | storage_lens_group |
Type | Resource |
Description | storage_lens_group |
Id | awscc.s3.storage_lens_group |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
filter | object | |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
filter,
storage_lens_group_arn,
tags
FROM awscc.s3.storage_lens_group
WHERE data__Identifier = '<Name>';
Permissions
To operate on the storage_lens_group
resource, the following permissions are required:
Read
s3:GetStorageLensGroup,
s3:ListTagsForResource
Update
s3:GetStorageLensGroup,
s3:UpdateStorageLensGroup,
s3:TagResource,
s3:UntagResource,
s3:ListTagsForResource
Delete
s3:DeleteStorageLensGroup