Associate Queue Quick Connects
connect_associate_queue_quick_connects | R Documentation |
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.
Associates a set of quick connects with a queue.
Usage¶
connect_associate_queue_quick_connects(InstanceId, QueueId,
QuickConnectIds)
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. |
QueueId |
[required] The identifier for the queue. |
QuickConnectIds |
[required] The quick connects to associate with this queue. |
Value¶
An empty list.
Request syntax¶
svc$associate_queue_quick_connects(
InstanceId = "string",
QueueId = "string",
QuickConnectIds = list(
"string"
)
)