aws.s3control.list_storage_lens_configurations
Example SQL Queries
SELECT * FROMaws.s3control.list_storage_lens_configurationsWHERE"account_id" = 'VALUE';Description
This operation is not supported by directory buckets.
Gets a list of Amazon S3 Storage Lens configurations. 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:ListStorageLensConfigurations 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 |
| next_token Input Column If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results. | 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_list A list of S3 Storage Lens configurations. | STRUCT( |
Show child fields
| |