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

IntegrationAssociationSummary

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

Contains summary information about the associated AppIntegrations.

interface IntegrationAssociationSummary {
InstanceId?: string | null;
IntegrationArn?: string | null;
IntegrationAssociationArn?: string | null;
IntegrationAssociationId?: string | null;
IntegrationType?: IntegrationType | null;
SourceApplicationName?: string | null;
SourceApplicationUrl?: string | null;
SourceType?: SourceType | null;
}

§Properties

§
InstanceId?: string | null
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
IntegrationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the AppIntegration.

§
IntegrationAssociationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the AppIntegration association.

§
IntegrationAssociationId?: string | null
[src]

The identifier for the AppIntegration association.

§
IntegrationType?: IntegrationType | null
[src]

The integration type.

§
SourceApplicationName?: string | null
[src]

The user-provided, friendly name for the external application.

§
SourceApplicationUrl?: string | null
[src]

The URL for the external application.

§
SourceType?: SourceType | null
[src]

The name of the source.