aws.config.list_stored_queries
Example SQL Queries
SELECT * FROMaws.config.list_stored_queries;Description
Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to be returned with a single call. | BIGINT |
| next_token Input Column If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| stored_query_metadata A list of StoredQueryMetadata objects. | STRUCT( |
Show child fields
| |