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

ModifyDBSubnetGroupMessage

import type { ModifyDBSubnetGroupMessage } from "https://aws-api.deno.dev/v0.4/services/neptune.ts?docs=full";
interface ModifyDBSubnetGroupMessage {
DBSubnetGroupDescription?: string | null;
DBSubnetGroupName: string;
SubnetIds: string[];
}

§Properties

§
DBSubnetGroupDescription?: string | null
[src]

The description for the DB subnet group.

§
DBSubnetGroupName: string
[src]

The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

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

Example: mySubnetgroup

§
SubnetIds: string[]
[src]

The EC2 subnet IDs for the DB subnet group.