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

CreateScheduleGroupInput

import type { CreateScheduleGroupInput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface CreateScheduleGroupInput {
ClientToken?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

§
Name: string
[src]

The name of the schedule group that you are creating.

§
Tags?: Tag[] | null
[src]

The list of tags to associate with the schedule group.