Skip to content

ListDataIntegrations

Source: src/AWS/AppIntegrations/ListDataIntegrations.ts

Lists the AppIntegrations data integrations in the account (app-integrations:ListDataIntegrations).

An account-level operation — bind it with no resource argument. Provide the ListDataIntegrationsHttp layer on the Function to satisfy the binding.

// init — no resource argument (provide AWS.AppIntegrations.ListDataIntegrationsHttp on the Function)
const listDataIntegrations = yield* AWS.AppIntegrations.ListDataIntegrations();
// runtime — page through the data integrations in the account
const { DataIntegrations } = yield* listDataIntegrations({});