Skip to content

Update Queue Name

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

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"
)