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

UseCase

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

Contains the use case.

interface UseCase {
UseCaseArn?: string | null;
UseCaseId?: string | null;
UseCaseType?: UseCaseType | null;
}

§Properties

§
UseCaseArn?: string | null
[src]

The Amazon Resource Name (ARN) for the use case.

§
UseCaseId?: string | null
[src]

The identifier for the use case.

§
UseCaseType?: UseCaseType | null
[src]

The type of use case to associate to the integration association. Each integration association can have only one of each use case type.