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/memorydb.ts?docs=full";
interface CreateSubnetGroupRequest {
Description?: string | null;
SubnetGroupName: string;
SubnetIds: string[];
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

A description for the subnet group.

§
SubnetGroupName: string
[src]

The name of the subnet group.

§
SubnetIds: string[]
[src]

A list of VPC subnet IDs for the subnet group.

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

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.