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.

Summary information about a scheduled query, including basic configuration and execution status.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.ScheduledQuerySummary

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

Syntax

C#
public class ScheduledQuerySummary

The ScheduledQuerySummary type exposes the following members

Constructors

NameDescription
Public Method ScheduledQuerySummary()

Properties

NameTypeDescription
Public Property CreationTime System.Int64

Gets and sets the property CreationTime.

The timestamp when the scheduled query was created.

Public Property DestinationConfiguration Amazon.CloudWatchLogs.Model.DestinationConfiguration

Gets and sets the property DestinationConfiguration.

Configuration for where query results are delivered.

Public Property LastExecutionStatus Amazon.CloudWatchLogs.ExecutionStatus

Gets and sets the property LastExecutionStatus.

The status of the most recent execution.

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 Name System.String

Gets and sets the property Name.

The name of the scheduled query.

Public Property ScheduledQueryArn System.String

Gets and sets the property ScheduledQueryArn.

The ARN of the scheduled query.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

The cron expression that defines when the scheduled query runs.

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