aws.s3control.get_storage_lens_configuration
Example SQL Queries
SELECT * FROMaws.s3control.get_storage_lens_configurationWHERE"config_id" = 'VALUE'AND "account_id" = 'VALUE';Description
This operation is not supported by directory buckets.
Gets the Amazon S3 Storage Lens configuration. For more information, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:GetStorageLensConfiguration 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
| |
| storage_lens_configuration The S3 Storage Lens configuration requested. | STRUCT( |
Show child fields
| |