AWS SDK Version 3 for .NET
API Reference

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 ListScheduledQueries operation. Lists all scheduled queries in your account and region. You can filter results by state to show only enabled or disabled queries.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.ListScheduledQueriesRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class ListScheduledQueriesRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The ListScheduledQueriesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of scheduled queries to return. Valid range is 1 to 1000.

Public Property NextToken System.String

Gets and sets the property NextToken.

Public Property State Amazon.CloudWatchLogs.ScheduledQueryState

Gets and sets the property State.

Filter scheduled queries by state. Valid values are ENABLED and DISABLED. If not specified, all scheduled queries are returned.

Version Information

.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