Skip to main content

storage_lens_group

Gets an individual storage_lens_group resource

Overview

Namestorage_lens_group
TypeResource
Descriptionstorage_lens_group
Idawscc.s3.storage_lens_group

Fields

NameDatatypeDescription
namestring
filterobject
storage_lens_group_arnstringThe ARN for the Amazon S3 Storage Lens Group.
tagsarrayA set of tags (key-value pairs) for this Amazon S3 Storage Lens Group.
regionstringAWS 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