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

CreateUserGroupMessage

import type { CreateUserGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface CreateUserGroupMessage {
Engine: string;
Tags?: Tag[] | null;
UserGroupId: string;
UserIds?: string[] | null;
}

§Properties

§
Engine: string
[src]

The current supported value is Redis.

§
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.

§
UserGroupId: string
[src]

The ID of the user group.

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

The list of user IDs that belong to the user group.