aws.logs.describe_query_definitions
Example SQL Queries
SELECT * FROMaws.logs.describe_query_definitions;Description
This operation returns a paginated list of your saved CloudWatch Logs Insights query definitions. You can retrieve query definitions from the current account or from a source account that is linked to the current account.
You can use the queryDefinitionNamePrefix parameter to limit the results to only the query definitions that have names that start with a certain string.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Limits the number of returned query definitions to the specified number. | BIGINT |
| next_token Input Column The token for the next set of items to return. The token expires after 24 hours. | VARCHAR |
| query_definition_name_prefix Input Column Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify. | 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 |
| query_definitions The list of query definitions that match your request. | STRUCT( |
Show child fields
| |