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

ModifyClusterSnapshotScheduleMessage

import type { ModifyClusterSnapshotScheduleMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifyClusterSnapshotScheduleMessage {
ClusterIdentifier: string;
DisassociateSchedule?: boolean | null;
ScheduleIdentifier?: string | null;
}

§Properties

§
ClusterIdentifier: string
[src]

A unique identifier for the cluster whose snapshot schedule you want to modify.

§
DisassociateSchedule?: boolean | null
[src]

A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

§
ScheduleIdentifier?: string | null
[src]

A unique alphanumeric identifier for the schedule that you want to associate with the cluster.