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

DBParameterGroup

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

Contains the details of an Amazon Neptune DB parameter group.

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

interface DBParameterGroup {
DBParameterGroupArn?: string | null;
DBParameterGroupFamily?: string | null;
DBParameterGroupName?: string | null;
Description?: string | null;
}

§Properties

§
DBParameterGroupArn?: string | null
[src]

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

§
DBParameterGroupFamily?: string | null
[src]

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

§
DBParameterGroupName?: string | null
[src]

Provides the name of the DB parameter group.

§
Description?: string | null
[src]

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