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

GetScheduleGroupOutput

import type { GetScheduleGroupOutput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface GetScheduleGroupOutput {
Arn?: string | null;
CreationDate?: Date | number | null;
LastModificationDate?: Date | number | null;
Name?: string | null;
State?: ScheduleGroupState | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the schedule group.

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

The time at which the schedule group was created.

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

The time at which the schedule group was last modified.

§
Name?: string | null
[src]

The name of the schedule group.

§

Specifies the state of the schedule group.