Skip to content

Update Queue Status

connect_update_queue_status 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.

Updates the status of the queue.

Usage

connect_update_queue_status(InstanceId, QueueId, Status)

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.

Status

[required] The status of the queue.

Value

An empty list.

Request syntax

svc$update_queue_status(
  InstanceId = "string",
  QueueId = "string",
  Status = "ENABLED"|"DISABLED"
)