Update Queue Status
| connect_update_queue_status | R Documentation |
Updates the status of the queue¶
Description¶
Updates the status of the queue.
Usage¶
connect_update_queue_status(InstanceId, QueueId, Status)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
QueueId |
[required] The identifier for the queue. |
Status |
[required] The status of the queue. |
Value¶
An empty list.
Request syntax¶
svc$update_queue_status(
InstanceId = "string",
QueueId = "string",
Status = "ENABLED"|"DISABLED"
)