AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeQueries operation. Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account. You can request all queries or limit it to queries of a specific log group or queries with a certain status.
This operation includes both interactive queries started directly by users and automated queries executed by scheduled query configurations. Scheduled query executions appear in the results alongside manually initiated queries, providing visibility into all query activity in your account.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class DescribeQueriesRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The DescribeQueriesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DescribeQueriesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
LogGroupName | System.String |
Gets and sets the property LogGroupName. Limits the returned queries to only those for the specified log group. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. Limits the number of returned queries to the specified number. |
|
NextToken | System.String |
Gets and sets the property NextToken. |
|
QueryLanguage | Amazon.CloudWatchLogs.QueryLanguage |
Gets and sets the property QueryLanguage. Limits the returned queries to only the queries that use the specified query language. |
|
Status | Amazon.CloudWatchLogs.QueryStatus |
Gets and sets the property Status.
Limits the returned queries to only those that have the specified status. Valid values
are |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5