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

CreateIntegrationAssociationResponse

import type { CreateIntegrationAssociationResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateIntegrationAssociationResponse {
IntegrationAssociationArn?: string | null;
IntegrationAssociationId?: string | null;
}

§Properties

§
IntegrationAssociationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the association.

§
IntegrationAssociationId?: string | null
[src]

The identifier for the integration association.