Skip to content

Update Queue Name

connect_update_queue_name R Documentation

Updates the name and description of a queue

Description

Updates the name and description of a queue. At least Name or Description must be provided.

Usage

connect_update_queue_name(InstanceId, QueueId, Name, Description)

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.

Name

The name of the queue.

Description

The description of the queue.

Value

An empty list.

Request syntax

svc$update_queue_name(
  InstanceId = "string",
  QueueId = "string",
  Name = "string",
  Description = "string"
)