Creates an Amazon Web Services resource association with an Connect Customer instance
Source:R/connect_operations.R
connect_create_integration_association.RdCreates an Amazon Web Services resource association with an Connect Customer instance.
See https://www.paws-r-sdk.com/docs/connect_create_integration_association/ for full documentation.
Usage
connect_create_integration_association(
InstanceId,
IntegrationType,
IntegrationArn,
SourceApplicationUrl = NULL,
SourceApplicationName = NULL,
SourceType = NULL,
Tags = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer 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 Connect Customer 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.
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.