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

AuthorizeSnapshotAccessMessage

import type { AuthorizeSnapshotAccessMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface AuthorizeSnapshotAccessMessage {
AccountWithRestoreAccess: string;
SnapshotClusterIdentifier?: string | null;
SnapshotIdentifier: string;
}

§Properties

§
AccountWithRestoreAccess: string
[src]

The identifier of the Amazon Web Services account authorized to restore the specified snapshot.

To share a snapshot with Amazon Web Services Support, specify amazon-redshift-support.

§
SnapshotClusterIdentifier?: string | null
[src]

The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

§
SnapshotIdentifier: string
[src]

The identifier of the snapshot the account is authorized to restore.