Describe Connect Client Add Ins
workspaces_describe_connect_client_add_ins | R Documentation |
Retrieves a list of Amazon Connect client add-ins that have been created¶
Description¶
Retrieves a list of Amazon Connect client add-ins that have been created.
Usage¶
Arguments¶
ResourceId
[required] The directory identifier for which the client add-in is configured.
NextToken
If you received a
NextToken
from a previous call that was paginated, provide this token to receive the next set of results.MaxResults
The maximum number of items to return.
Value¶
A list with the following syntax:
list(
AddIns = list(
list(
AddInId = "string",
ResourceId = "string",
Name = "string",
URL = "string"
)
),
NextToken = "string"
)