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

RevokeSnapshotAccessMessage

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

§Properties

§
AccountWithRestoreAccess: string
[src]

The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.

§
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 that the account can no longer access.