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

ModifyClusterSubnetGroupMessage

import type { ModifyClusterSubnetGroupMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface ModifyClusterSubnetGroupMessage {
ClusterSubnetGroupName: string;
Description?: string | null;
SubnetIds: string[];
}

§Properties

§
ClusterSubnetGroupName: string
[src]

The name of the subnet group to be modified.

§
Description?: string | null
[src]

A text description of the subnet group to be modified.

§
SubnetIds: string[]
[src]

An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.