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

CreateACLRequest

import type { CreateACLRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface CreateACLRequest {
ACLName: string;
Tags?: Tag[] | null;
UserNames?: string[] | null;
}

§Properties

§
ACLName: string
[src]

The name of the Access Control List.

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

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

The list of users that belong to the Access Control List.