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.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class GetScheduledQueryResponse : AmazonWebServiceResponse
The GetScheduledQueryResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetScheduledQueryResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
CreationTime | System.Nullable<System.Int64> |
Gets and sets the property CreationTime. The timestamp when the scheduled query was created. |
|
Description | System.String |
Gets and sets the property Description. The description of the scheduled query. |
|
DestinationConfiguration | Amazon.CloudWatchLogs.Model.DestinationConfiguration |
Gets and sets the property DestinationConfiguration. Configuration for where query results are delivered. |
|
ExecutionRoleArn | System.String |
Gets and sets the property ExecutionRoleArn. The ARN of the IAM role used to execute the query and deliver results. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
LastExecutionStatus | Amazon.CloudWatchLogs.ExecutionStatus |
Gets and sets the property LastExecutionStatus. The status of the most recent execution of the scheduled query. |
|
LastTriggeredTime | System.Nullable<System.Int64> |
Gets and sets the property LastTriggeredTime. The timestamp when the scheduled query was last executed. |
|
LastUpdatedTime | System.Nullable<System.Int64> |
Gets and sets the property LastUpdatedTime. The timestamp when the scheduled query was last updated. |
|
LogGroupIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property LogGroupIdentifiers. The log groups queried by the scheduled query. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
Name | System.String |
Gets and sets the property Name. The name of the scheduled query. |
|
QueryLanguage | Amazon.CloudWatchLogs.QueryLanguage |
Gets and sets the property QueryLanguage. The query language used by the scheduled query. |
|
QueryString | System.String |
Gets and sets the property QueryString. The query string executed by the scheduled query. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
ScheduledQueryArn | System.String |
Gets and sets the property ScheduledQueryArn. The ARN of the scheduled query. |
|
ScheduleEndTime | System.Nullable<System.Int64> |
Gets and sets the property ScheduleEndTime. The end time for the scheduled query in Unix epoch format. |
|
ScheduleExpression | System.String |
Gets and sets the property ScheduleExpression. The cron expression that defines when the scheduled query runs. |
|
ScheduleStartTime | System.Nullable<System.Int64> |
Gets and sets the property ScheduleStartTime. The start time for the scheduled query in Unix epoch format. |
|
StartTimeOffset | System.Nullable<System.Int64> |
Gets and sets the property StartTimeOffset. The time offset in seconds that defines the lookback period for the query. |
|
State | Amazon.CloudWatchLogs.ScheduledQueryState |
Gets and sets the property State. The current state of the scheduled query. |
|
Timezone | System.String |
Gets and sets the property Timezone. The timezone used for evaluating the schedule expression. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer