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

ClusterSubnetGroup

import type { ClusterSubnetGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/redshift.ts";
interface ClusterSubnetGroup {
ClusterSubnetGroupName?: string | null;
Description?: string | null;
SubnetGroupStatus?: string | null;
Subnets: Subnet[];
Tags: Tag[];
VpcId?: string | null;
}

§Properties

§
ClusterSubnetGroupName?: string | null
[src]
§
Description?: string | null
[src]
§
SubnetGroupStatus?: string | null
[src]
§
Subnets: Subnet[]
[src]
§
Tags: Tag[]
[src]
§
VpcId?: string | null
[src]