Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScheduledQuery

import type { ScheduledQuery } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";

Scheduled Query

interface ScheduledQuery {
Arn: string;
CreationTime?: Date | number | null;
ErrorReportConfiguration?: ErrorReportConfiguration | null;
LastRunStatus?: ScheduledQueryRunStatus | null;
Name: string;
NextInvocationTime?: Date | number | null;
PreviousInvocationTime?: Date | number | null;
TargetDestination?: TargetDestination | null;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name.

§
CreationTime?: Date | number | null
[src]

The creation time of the scheduled query.

§
ErrorReportConfiguration?: ErrorReportConfiguration | null
[src]

Configuration for scheduled query error reporting.

§
LastRunStatus?: ScheduledQueryRunStatus | null
[src]

Status of the last scheduled query run.

§
Name: string
[src]

The name of the scheduled query.

§
NextInvocationTime?: Date | number | null
[src]

The next time the scheduled query is to be run.

§
PreviousInvocationTime?: Date | number | null
[src]

The last time the scheduled query was run.

§

State of scheduled query.

§
TargetDestination?: TargetDestination | null
[src]

Target data source where final scheduled query result will be written.