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

CreateImpersonationRoleRequest

import type { CreateImpersonationRoleRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface CreateImpersonationRoleRequest {
ClientToken?: string | null;
Description?: string | null;
Name: string;
OrganizationId: string;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for the client request.

§
Description?: string | null
[src]

The description of the new impersonation role.

§
Name: string
[src]

The name of the new impersonation role.

§
OrganizationId: string
[src]

The WorkMail organization to create the new impersonation role within.

§

The list of rules for the impersonation role.

§

The impersonation role's type. The available impersonation role types are READ_ONLY or FULL_ACCESS.