connect_create_integration_association: Creates an Amazon Web Services resource association with an...

View source: R/connect_operations.R

connect_create_integration_associationR Documentation

Creates an Amazon Web Services resource association with an Amazon Connect instance

Description

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.

Usage

connect_create_integration_association(
  InstanceId,
  IntegrationType,
  IntegrationArn,
  SourceApplicationUrl = NULL,
  SourceApplicationName = NULL,
  SourceType = NULL,
  Tags = NULL
)

Arguments

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 Pinpoint, the Amazon Connect and Amazon Pinpoint 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"} }.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.