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.
Structure that describes scheduled query.
Namespace: Amazon.TimestreamQuery.Model
Assembly: AWSSDK.TimestreamQuery.dll
Version: 3.x.y.z
public class ScheduledQueryDescription
The ScheduledQueryDescription type exposes the following members
| Name | Description | |
|---|---|---|
|
ScheduledQueryDescription() |
| Name | Type | Description | |
|---|---|---|---|
|
Arn | System.String |
Gets and sets the property Arn. Scheduled query ARN. |
|
CreationTime | System.DateTime |
Gets and sets the property CreationTime. Creation time of the scheduled query. |
|
ErrorReportConfiguration | Amazon.TimestreamQuery.Model.ErrorReportConfiguration |
Gets and sets the property ErrorReportConfiguration. Error-reporting configuration for the scheduled query. |
|
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. A customer provided KMS key used to encrypt the scheduled query resource. |
|
LastRunSummary | Amazon.TimestreamQuery.Model.ScheduledQueryRunSummary |
Gets and sets the property LastRunSummary. Runtime summary for the last scheduled query run. |
|
Name | System.String |
Gets and sets the property Name. Name of the scheduled query. |
|
NextInvocationTime | System.DateTime |
Gets and sets the property NextInvocationTime. The next time the scheduled query is scheduled to run. |
|
NotificationConfiguration | Amazon.TimestreamQuery.Model.NotificationConfiguration |
Gets and sets the property NotificationConfiguration. Notification configuration. |
|
PreviousInvocationTime | System.DateTime |
Gets and sets the property PreviousInvocationTime. Last time the query was run. |
|
QueryString | System.String |
Gets and sets the property QueryString. The query to be run. |
|
RecentlyFailedRuns | System.Collections.Generic.List<Amazon.TimestreamQuery.Model.ScheduledQueryRunSummary> |
Gets and sets the property RecentlyFailedRuns. Runtime summary for the last five failed scheduled query runs. |
|
ScheduleConfiguration | Amazon.TimestreamQuery.Model.ScheduleConfiguration |
Gets and sets the property ScheduleConfiguration. Schedule configuration. |
|
ScheduledQueryExecutionRoleArn | System.String |
Gets and sets the property ScheduledQueryExecutionRoleArn. IAM role that Timestream uses to run the schedule query. |
|
State | Amazon.TimestreamQuery.ScheduledQueryState |
Gets and sets the property State. State of the scheduled query. |
|
TargetConfiguration | Amazon.TimestreamQuery.Model.TargetConfiguration |
Gets and sets the property TargetConfiguration. Scheduled query target store configuration. |
.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