View source: R/connect_operations.R
connect_create_integration_association | R Documentation |
Creates an Amazon Web Services resource association with an Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_create_integration_association/ for full documentation.
connect_create_integration_association(
InstanceId,
IntegrationType,
IntegrationArn,
SourceApplicationUrl = NULL,
SourceApplicationName = NULL,
SourceType = NULL,
Tags = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
IntegrationType |
[required] The type of information to be ingested. |
IntegrationArn |
[required] The Amazon Resource Name (ARN) of the integration. When integrating with Amazon Web Services End User Messaging, the Amazon Connect and Amazon Web Services End User Messaging instances must be in the same account. |
SourceApplicationUrl |
The URL for the external application. This field is only required for the EVENT integration type. |
SourceApplicationName |
The name of the external application. This field is only required for the EVENT integration type. |
SourceType |
The type of the data source. This field is only required for the EVENT integration type. |
Tags |
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.