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

DeleteDBSubnetGroupMessage

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

§Properties

§
DBSubnetGroupName: string
[src]

The name of the database subnet group to delete.

Note: You can't delete the default subnet group.

Constraints:

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mySubnetgroup