View Source aws_appintegrations (aws v0.7.14)
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide.Link to this section Summary
Functions
Creates and persists a DataIntegration resource.
Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.
Deletes the DataIntegration.
Deletes the specified existing event integration.
Returns information about the DataIntegration.
Returns a paginated list of DataIntegration associations in the account.
Returns a paginated list of DataIntegrations in the account.
Updates the description of a DataIntegration.
Link to this section Functions
Creates and persists a DataIntegration resource.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using theCreateDataIntegration
API.
Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus.
No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.Deletes the DataIntegration.
Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.delete_data_integration(Client, DataIntegrationIdentifier, Input0, Options0)
View SourceDeletes the specified existing event integration.
If the event integration is associated with clients, the request is rejected.Returns information about the DataIntegration.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.get_data_integration(Client, Identifier, QueryMap, HeadersMap, Options0)
View Sourceget_event_integration(Client, Name, QueryMap, HeadersMap, Options0)
View Sourcelist_data_integration_associations(Client, DataIntegrationIdentifier)
View SourceReturns a paginated list of DataIntegration associations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.list_data_integration_associations(Client, DataIntegrationIdentifier, QueryMap, HeadersMap)
View Sourcelist_data_integration_associations(Client, DataIntegrationIdentifier, QueryMap, HeadersMap, Options0)
View SourceReturns a paginated list of DataIntegrations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.list_event_integration_associations(Client, EventIntegrationName, QueryMap, HeadersMap)
View Sourcelist_event_integration_associations(Client, EventIntegrationName, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceUpdates the description of a DataIntegration.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.