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 UpdateScheduledQuery operation. Updates an existing scheduled query with new configuration. This operation uses PUT semantics, allowing modification of query parameters, schedule, and destinations.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class UpdateScheduledQueryRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The UpdateScheduledQueryRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateScheduledQueryRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
Description | System.String |
Gets and sets the property Description. An updated description for the scheduled query. |
|
DestinationConfiguration | Amazon.CloudWatchLogs.Model.DestinationConfiguration |
Gets and sets the property DestinationConfiguration. The updated configuration for where to deliver query results. |
|
ExecutionRoleArn | System.String |
Gets and sets the property ExecutionRoleArn. The updated ARN of the IAM role that grants permissions to execute the query and deliver results. |
|
Identifier | System.String |
Gets and sets the property Identifier. The ARN or name of the scheduled query to update. |
|
LogGroupIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property LogGroupIdentifiers. The updated array of log group names or ARNs to query. |
|
QueryLanguage | Amazon.CloudWatchLogs.QueryLanguage |
Gets and sets the property QueryLanguage. The updated query language for the scheduled query. |
|
QueryString | System.String |
Gets and sets the property QueryString. The updated query string to execute. |
|
ScheduleEndTime | System.Int64 |
Gets and sets the property ScheduleEndTime. The updated end time for the scheduled query in Unix epoch format. |
|
ScheduleExpression | System.String |
Gets and sets the property ScheduleExpression. The updated cron expression that defines when the scheduled query runs. |
|
ScheduleStartTime | System.Int64 |
Gets and sets the property ScheduleStartTime. The updated start time for the scheduled query in Unix epoch format. |
|
StartTimeOffset | System.Int64 |
Gets and sets the property StartTimeOffset. The updated time offset in seconds that defines the lookback period for the query. |
|
State | Amazon.CloudWatchLogs.ScheduledQueryState |
Gets and sets the property State. The updated state of the scheduled query. |
|
Timezone | System.String |
Gets and sets the property Timezone. The updated timezone 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.5 and newer, 3.5