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

DeleteCacheSecurityGroupMessage

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

Represents the input of a DeleteCacheSecurityGroup operation.

interface DeleteCacheSecurityGroupMessage {
CacheSecurityGroupName: string;
}

§Properties

§
CacheSecurityGroupName: string
[src]

The name of the cache security group to delete.

Note: You cannot delete the default security group.