aws.s3control.get_storage_lens_configuration_tagging
Example SQL Queries
SELECT * FROMaws.s3control.get_storage_lens_configuration_taggingWHERE"config_id" = 'VALUE'AND "account_id" = 'VALUE';Description
This operation is not supported by directory buckets.
Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:GetStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens in the Amazon S3 User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID of the requester. | VARCHAR |
| config_id Required Input Column The ID of the Amazon S3 Storage Lens configuration. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| tags The tags of S3 Storage Lens configuration requested. | STRUCT( |
Show child fields
| |