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

CreateSnapshotCopyGrantMessage

import type { CreateSnapshotCopyGrantMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";

The result of the CreateSnapshotCopyGrant action.

interface CreateSnapshotCopyGrantMessage {
KmsKeyId?: string | null;
SnapshotCopyGrantName: string;
Tags?: Tag[] | null;
}

§Properties

§
KmsKeyId?: string | null
[src]

The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

§
SnapshotCopyGrantName: string
[src]

The name of the snapshot copy grant. This name must be unique in the region for the Amazon Web Services account.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • Alphabetic characters must be lowercase.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.
  • Must be unique for all clusters within an Amazon Web Services account.
§
Tags?: Tag[] | null
[src]

A list of tag instances.