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}
YAML
Delay:IntegerPriority:IntegerQueueReference: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:
0Maximum:
9999Update 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:
1Maximum:
99Update requires: No interruption
QueueReference-
Contains information about a queue resource.
Required: Yes
Type: RoutingProfileQueueReference
Update requires: No interruption