List Use Cases
| connect_list_use_cases | R Documentation |
Lists the use cases for the integration association¶
Description¶
Lists the use cases for the integration association.
Usage¶
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.
IntegrationAssociationId[required] The identifier for the integration association.
NextTokenThe token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResultsThe maximum number of results to return per page.
Value¶
A list with the following syntax:
list(
UseCaseSummaryList = list(
list(
UseCaseId = "string",
UseCaseArn = "string",
UseCaseType = "RULES_EVALUATION"|"CONNECT_CAMPAIGNS"
)
),
NextToken = "string"
)