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

Represents the input to "DeleteDBSubnetGroup".

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:

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

Example: mySubnetgroup