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/docdb.ts?docs=full";

Represents the input of "CreateDBClusterParameterGroup".

interface CreateDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
DBParameterGroupFamily: string;
Description: string;
Tags?: Tag[] | null;
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the cluster parameter group.

Constraints:

  • Must not match the name of an existing DBClusterParameterGroup.

Note: This value is stored as a lowercase string.

§
DBParameterGroupFamily: string
[src]

The cluster parameter group family name.

§
Description: string
[src]

The description for the cluster parameter group.

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

The tags to be assigned to the cluster parameter group.