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

CreateDBClusterParameterGroupMessage

import type { CreateDBClusterParameterGroupMessage } from "https://aws-api.deno.dev/v0.4/services/neptune.ts?docs=full";
interface CreateDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
DBParameterGroupFamily: string;
Description: string;
Tags?: Tag[] | null;
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the DB cluster parameter group.

Constraints:

  • Must match the name of an existing DBClusterParameterGroup.

Note: This value is stored as a lowercase string.

§
DBParameterGroupFamily: string
[src]

The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

§
Description: string
[src]

The description for the DB cluster parameter group.

§
Tags?: Tag[] | null
[src]

The tags to be assigned to the new DB cluster parameter group.