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

ModifyClusterSnapshotMessage

import type { ModifyClusterSnapshotMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifyClusterSnapshotMessage {
Force?: boolean | null;
ManualSnapshotRetentionPeriod?: number | null;
SnapshotIdentifier: string;
}

§Properties

§
Force?: boolean | null
[src]

A Boolean option to override an exception if the retention period has already passed.

§
ManualSnapshotRetentionPeriod?: number | null
[src]

The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely.

If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot.

The value must be either -1 or an integer between 1 and 3,653.

§
SnapshotIdentifier: string
[src]

The identifier of the snapshot whose setting you want to modify.