This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Connect::Queue
Contains information about a queue.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Connect::Queue", "Properties" : { "Description" :String, "HoursOfOperationArn" :String, "InstanceArn" :String, "MaxContacts" :Integer, "Name" :String, "OutboundCallerConfig" :OutboundCallerConfig, "OutboundEmailConfig" :OutboundEmailConfig, "QuickConnectArns" :[ String, ... ], "Status" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Connect::Queue Properties: Description:StringHoursOfOperationArn:StringInstanceArn:StringMaxContacts:IntegerName:StringOutboundCallerConfig:OutboundCallerConfigOutboundEmailConfig:OutboundEmailConfigQuickConnectArns:- StringStatus:StringTags:- Tag
Properties
Description- 
                    
The description of the queue.
Required: No
Type: String
Minimum:
1Maximum:
250Update requires: No interruption
 HoursOfOperationArn- 
                    
The Amazon Resource Name (ARN) of the hours of operation.
Required: Yes
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/operating-hours/[-a-zA-Z0-9]*$Update requires: No interruption
 InstanceArn- 
                    
The identifier of the Amazon Connect instance.
Required: Yes
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$Update requires: No interruption
 MaxContacts- 
                    
The maximum number of contacts that can be in the queue before it is considered full.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
 Name- 
                    
The name of the queue.
Required: Yes
Type: String
Minimum:
1Maximum:
127Update requires: No interruption
 OutboundCallerConfig- 
                    
The outbound caller ID name, number, and outbound whisper flow.
Required: No
Type: OutboundCallerConfig
Update requires: No interruption
 OutboundEmailConfig- 
                    
The outbound email address ID for a specified queue.
Required: No
Type: OutboundEmailConfig
Update requires: No interruption
 QuickConnectArns- 
                    
The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.
Required: No
Type: Array of String
Minimum:
1Update requires: No interruption
 Status- 
                    
The status of the queue.
Required: No
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption
 - 
                    
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the queue name. For example:
                        { "Ref": "myQueueName" }
                    
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
QueueArn- 
                            
The Amazon Resource Name (ARN) of the queue.
 Type- 
                            
The type of queue.