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

CopyOptionGroupMessage

import type { CopyOptionGroupMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface CopyOptionGroupMessage {
SourceOptionGroupIdentifier: string;
Tags?: Tag[] | null;
TargetOptionGroupDescription: string;
TargetOptionGroupIdentifier: string;
}

§Properties

§
SourceOptionGroupIdentifier: string
[src]

The identifier for the source option group.

Constraints:

  • Must specify a valid option group.
§
Tags?: Tag[] | null
[src]
§
TargetOptionGroupDescription: string
[src]

The description for the copied option group.

§
TargetOptionGroupIdentifier: string
[src]

The identifier for the copied option group.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-option-group