AWS::Connect::RoutingProfile RoutingProfileQueueConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Connect::RoutingProfile RoutingProfileQueueConfig

Contains information about the queue and channel for which priority and delay can be set.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Delay" : Integer, "Priority" : Integer, "QueueReference" : RoutingProfileQueueReference }

Properties

Delay

The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 9999

Update requires: No interruption

Priority

The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 99

Update requires: No interruption

QueueReference

Contains information about a queue resource.

Required: Yes

Type: RoutingProfileQueueReference

Update requires: No interruption