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

CreateSubnetGroupRequest

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

§Properties

§
Description?: string | null
[src]

A description for the subnet group

§
SubnetGroupName: string
[src]

A name for the subnet group. This value is stored as a lowercase string.

§
SubnetIds: string[]
[src]

A list of VPC subnet IDs for the subnet group.