Skip to content

ListApplicationAssociations

Source: src/AWS/AppIntegrations/ListApplicationAssociations.ts

Lists the associations of an AppIntegrations Application — the Amazon Connect instances (or other clients) the application has been associated with (app-integrations:ListApplicationAssociations).

Provide the ListApplicationAssociationsHttp layer on the Function to satisfy the binding.

// init (provide AWS.AppIntegrations.ListApplicationAssociationsHttp on the Function)
const listApplicationAssociations =
yield* AWS.AppIntegrations.ListApplicationAssociations(application);
// runtime — the ApplicationId is injected automatically
const { ApplicationAssociations } = yield* listApplicationAssociations();