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

ScheduledInstanceRecurrence

import type { ScheduledInstanceRecurrence } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ScheduledInstanceRecurrence {
Frequency?: string | null;
Interval?: number | null;
OccurrenceDaySet: number[];
OccurrenceRelativeToEnd?: boolean | null;
OccurrenceUnit?: string | null;
}

§Properties

§
Frequency?: string | null
[src]
§
Interval?: number | null
[src]
§
OccurrenceDaySet: number[]
[src]
§
OccurrenceRelativeToEnd?: boolean | null
[src]
§
OccurrenceUnit?: string | null
[src]