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

ModifyCacheSubnetGroupMessage

import type { ModifyCacheSubnetGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the input of a ModifyCacheSubnetGroup operation.

interface ModifyCacheSubnetGroupMessage {
CacheSubnetGroupDescription?: string | null;
CacheSubnetGroupName: string;
SubnetIds?: string[] | null;
}

§Properties

§
CacheSubnetGroupDescription?: string | null
[src]

A description of the cache subnet group.

§
CacheSubnetGroupName: string
[src]

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

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Example: mysubnetgroup

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

The EC2 subnet IDs for the cache subnet group.