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

DBClusterParameterGroup

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

Detailed information about a cluster parameter group.

interface DBClusterParameterGroup {
DBClusterParameterGroupArn?: string | null;
DBClusterParameterGroupName?: string | null;
DBParameterGroupFamily?: string | null;
Description?: string | null;
}

§Properties

§
DBClusterParameterGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) for the cluster parameter group.

§
DBClusterParameterGroupName?: string | null
[src]

Provides the name of the cluster parameter group.

§
DBParameterGroupFamily?: string | null
[src]

Provides the name of the parameter group family that this cluster parameter group is compatible with.

§
Description?: string | null
[src]

Provides the customer-specified description for this cluster parameter group.