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

CreateCacheSecurityGroupMessage

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

Represents the input of a CreateCacheSecurityGroup operation.

interface CreateCacheSecurityGroupMessage {
CacheSecurityGroupName: string;
Description: string;
Tags?: Tag[] | null;
}

§Properties

§
CacheSecurityGroupName: string
[src]

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".

Example: mysecuritygroup

§
Description: string
[src]

A description for the cache security 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.