AWS::Connect::Queue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, "QuickConnectArns" : [ String, ... ], "Status" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Connect::Queue Properties: Description: String HoursOfOperationArn: String InstanceArn: String MaxContacts: Integer Name: String OutboundCallerConfig: OutboundCallerConfig QuickConnectArns: - String Status: String Tags: - Tag

Properties

Description

The description of the queue.

Required: No

Type: String

Minimum: 1

Maximum: 250

Update requires: No interruption

HoursOfOperationArn

The Amazon Resource Name (ARN) of the hours of operation.

Required: Yes

Type: String

Update requires: No interruption

InstanceArn

The identifier of the Amazon Connect instance.

Required: Yes

Type: String

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: 0

Update requires: No interruption

Name

The name of the queue.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption

OutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.

Required: No

Type: OutboundCallerConfig

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: List of String

Update requires: No interruption

Status

The status of the queue.

Required: No

Type: String

Allowed values: DISABLED | ENABLED

Update requires: No interruption

Tags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the queue name. For example:

{ "Ref": "myQueueName" }

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.

QueueArn

The Amazon Resource Name (ARN) of the queue.

Type

The type of queue.