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

DeleteCacheSubnetGroupMessage

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

Represents the input of a DeleteCacheSubnetGroup operation.

interface DeleteCacheSubnetGroupMessage {
CacheSubnetGroupName: string;
}

§Properties

§
CacheSubnetGroupName: string
[src]

The name of the cache subnet group to delete.

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