List Traffic Distribution Group Users
connect_list_traffic_distribution_group_users | R Documentation |
Lists traffic distribution group users¶
Description¶
Lists traffic distribution group users.
Usage¶
Arguments¶
TrafficDistributionGroupId
[required] The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
MaxResults
The maximum number of results to return per page.
NextToken
The 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.
Value¶
A list with the following syntax:
list(
NextToken = "string",
TrafficDistributionGroupUserSummaryList = list(
list(
UserId = "string"
)
)
)