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

CreateConnectClientAddInRequest

import type { CreateConnectClientAddInRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface CreateConnectClientAddInRequest {
Name: string;
ResourceId: string;
URL: string;
}

§Properties

§
Name: string
[src]

The name of the client add-in.

§
ResourceId: string
[src]

The directory identifier for which to configure the client add-in.

§
URL: string
[src]

The endpoint URL of the Amazon Connect client add-in.