Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_create_integration_association: This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

Create an AppIntegration association with an Amazon Connect instance.

Usage

connect_create_integration_association(InstanceId, IntegrationType,
  IntegrationArn, SourceApplicationUrl, SourceApplicationName, SourceType)

Value

A list with the following syntax:

list(
  IntegrationAssociationId = "string",
  IntegrationAssociationArn = "string"
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

IntegrationType

[required] The type of information to be ingested.

IntegrationArn

[required] The Amazon Resource Name (ARN) of the integration.

SourceApplicationUrl

[required] The URL for the external application.

SourceApplicationName

[required] The name of the external application.

SourceType

[required] The type of the data source.

Request syntax

svc$create_integration_association(
  InstanceId = "string",
  IntegrationType = "EVENT",
  IntegrationArn = "string",
  SourceApplicationUrl = "string",
  SourceApplicationName = "string",
  SourceType = "SALESFORCE"|"ZENDESK"
)