Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_create_use_case: 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.

Creates a use case for an AppIntegration association.

Usage

connect_create_use_case(InstanceId, IntegrationAssociationId,
  UseCaseType)

Value

A list with the following syntax:

list(
  UseCaseId = "string",
  UseCaseArn = "string"
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

IntegrationAssociationId

[required] The identifier for the AppIntegration association.

UseCaseType

[required] The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.

Request syntax

svc$create_use_case(
  InstanceId = "string",
  IntegrationAssociationId = "string",
  UseCaseType = "RULES_EVALUATION"
)