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

Contains the details of an Amazon Neptune DB cluster parameter group.

This data type is used as a response element in the "DescribeDBClusterParameterGroups" action.

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 DB cluster parameter group.

§
DBClusterParameterGroupName?: string | null
[src]

Provides the name of the DB cluster parameter group.

§
DBParameterGroupFamily?: string | null
[src]

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

§
Description?: string | null
[src]

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