This operation returns a paginated list of your saved CloudWatch Logs Insights query definitions
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_query_definitions.RdThis 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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_query_definitions/ for full documentation.
Usage
cloudwatchlogs_describe_query_definitions(
queryLanguage = NULL,
queryDefinitionNamePrefix = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- queryLanguage
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
- queryDefinitionNamePrefix
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
- maxResults
Limits the number of returned query definitions to the specified number.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.