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 UpdateScheduledQuery operation. Updates an existing scheduled query with new configuration. This operation uses PUT semantics, allowing modification of query parameters, schedule, and destinations.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateScheduledQueryRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The UpdateScheduledQueryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

An updated description for the scheduled query.

Public Property DestinationConfiguration Amazon.CloudWatchLogs.Model.DestinationConfiguration

Gets and sets the property DestinationConfiguration.

The updated configuration for where to deliver query results.

Public Property 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.

Public Property Identifier System.String

Gets and sets the property Identifier.

The ARN or name of the scheduled query to update.

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

Gets and sets the property LogGroupIdentifiers.

The updated array of log group names or ARNs to query.

Public Property QueryLanguage Amazon.CloudWatchLogs.QueryLanguage

Gets and sets the property QueryLanguage.

The updated query language for the scheduled query.

Public Property QueryString System.String

Gets and sets the property QueryString.

The updated query string to execute.

Public Property ScheduleEndTime System.Int64

Gets and sets the property ScheduleEndTime.

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

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

The updated cron expression that defines when the scheduled query runs.

Public Property ScheduleStartTime System.Int64

Gets and sets the property ScheduleStartTime.

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

Public Property StartTimeOffset System.Int64

Gets and sets the property StartTimeOffset.

The updated 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 updated state of the scheduled query.

Public Property Timezone System.String

Gets and sets the property Timezone.

The updated timezone 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