Skip to contents

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

See https://www.paws-r-sdk.com/docs/connect_update_queue_name/ for full documentation.

Usage

connect_update_queue_name(InstanceId, QueueId, Name = NULL, Description = NULL)

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.