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

CreateIntegrationAssociationRequest

import type { CreateIntegrationAssociationRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateIntegrationAssociationRequest {
InstanceId: string;
IntegrationArn: string;
IntegrationType: IntegrationType;
SourceApplicationName?: string | null;
SourceApplicationUrl?: string | null;
SourceType?: SourceType | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
InstanceId: string
[src]

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

§
IntegrationArn: string
[src]

The Amazon Resource Name (ARN) of the integration.

§
IntegrationType: IntegrationType
[src]

The type of information to be ingested.

§
SourceApplicationName?: string | null
[src]

The name of the external application. This field is only required for the EVENT integration type.

§
SourceApplicationUrl?: string | null
[src]

The URL for the external application. This field is only required for the EVENT integration type.

§
SourceType?: SourceType | null
[src]

The type of the data source. This field is only required for the EVENT integration type.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.