Skip to content

Update Queue Max Contacts

connect_update_queue_max_contacts 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 maximum number of contacts allowed in a queue before it is considered full.

Usage

connect_update_queue_max_contacts(InstanceId, QueueId, MaxContacts)

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.

MaxContacts

The maximum number of contacts that can be in the queue before it is considered full.

Value

An empty list.

Request syntax

svc$update_queue_max_contacts(
  InstanceId = "string",
  QueueId = "string",
  MaxContacts = 123
)