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.

This is the response object from the GetScheduledQuery operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudWatchLogs.Model.GetScheduledQueryResponse

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

Syntax

C#
public class GetScheduledQueryResponse : AmazonWebServiceResponse

The GetScheduledQueryResponse type exposes the following members

Constructors

NameDescription
Public Method GetScheduledQueryResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.Int64

Gets and sets the property CreationTime.

The timestamp when the scheduled query was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the scheduled query.

Public Property DestinationConfiguration Amazon.CloudWatchLogs.Model.DestinationConfiguration

Gets and sets the property DestinationConfiguration.

Configuration for where query results are delivered.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The ARN of the IAM role used to execute the query and deliver results.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastExecutionStatus Amazon.CloudWatchLogs.ExecutionStatus

Gets and sets the property LastExecutionStatus.

The status of the most recent execution of the scheduled query.

Public Property LastTriggeredTime System.Int64

Gets and sets the property LastTriggeredTime.

The timestamp when the scheduled query was last executed.

Public Property LastUpdatedTime System.Int64

Gets and sets the property LastUpdatedTime.

The timestamp when the scheduled query was last updated.

Public Property LogGroupIdentifiers System.Collections.Generic.List<System.String>

Gets and sets the property LogGroupIdentifiers.

The log groups queried by the scheduled query.

Public Property Name System.String

Gets and sets the property Name.

The name of the scheduled query.

Public Property QueryLanguage Amazon.CloudWatchLogs.QueryLanguage

Gets and sets the property QueryLanguage.

The query language used by the scheduled query.

Public Property QueryString System.String

Gets and sets the property QueryString.

The query string executed by the scheduled query.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ScheduledQueryArn System.String

Gets and sets the property ScheduledQueryArn.

The ARN of the scheduled query.

Public Property ScheduleEndTime System.Int64

Gets and sets the property ScheduleEndTime.

The end time for the scheduled query in Unix epoch format.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

The cron expression that defines when the scheduled query runs.

Public Property ScheduleStartTime System.Int64

Gets and sets the property ScheduleStartTime.

The start time for the scheduled query in Unix epoch format.

Public Property StartTimeOffset System.Int64

Gets and sets the property StartTimeOffset.

The time offset in seconds that defines the lookback period for the query.

Public Property State Amazon.CloudWatchLogs.ScheduledQueryState

Gets and sets the property State.

The current state of the scheduled query.

Public Property Timezone System.String

Gets and sets the property Timezone.

The timezone used for evaluating the schedule expression.

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