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

UpdateSubnetGroupRequest

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

§Properties

§
Description?: string | null
[src]

A description of the subnet group

§
SubnetGroupName: string
[src]

The name of the subnet group

§
SubnetIds?: string[] | null
[src]

The EC2 subnet IDs for the subnet group.