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

CreateClusterSubnetGroupMessage

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

§Properties

§
ClusterSubnetGroupName: string
[src]

The name for the subnet group. Amazon Redshift stores the value as a lowercase string.

Constraints:

  • Must contain no more than 255 alphanumeric characters or hyphens.
  • Must not be "Default".
  • Must be unique for all subnet groups that are created by your Amazon Web Services account.

Example: examplesubnetgroup

§
Description: string
[src]

A description for the subnet group.

§
SubnetIds: string[]
[src]

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

§
Tags?: Tag[] | null
[src]

A list of tag instances.