ClusterSubnetGroupCopyimport type { ClusterSubnetGroup } from "https://aws-api-16vtt531a2w0.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]