AWS::Connect::QueueResource Type definition for AWS::Connect::Queue
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HoursOfOperationArn | string | Required |
InstanceArn | string | Required |
Name | string | Required |
Description | string | |
MaxContacts | integer | |
OutboundCallerConfig | OutboundCallerConfig | |
OutboundEmailConfig | OutboundEmailConfig | |
QuickConnectArns | Array<string> | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
QueueArn | string | The Amazon Resource Name (ARN) for the queue. |
Type | string | The type of queue. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::Queue
Resources:
MyResource:
Type: AWS::Connect::Queue
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
HoursOfOperationArn: "arn:aws:service:region:account:resource"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateQueueconnect:TagResourceconnect:DescribeQueueconnect:ListQueueQuickConnectsconnect:DeleteQueueconnect:UntagResourceconnect:UpdateQueueHoursOfOperationconnect:UpdateQueueMaxContactsconnect:UpdateQueueNameconnect:UpdateQueueOutboundCallerConfigconnect:UpdateQueueOutboundEmailConfigconnect:UpdateQueueStatusconnect:AssociateQueueQuickConnectsconnect:DisassociateQueueQuickConnectsconnect:ListQueuesconnect:ListQueueQuickConnectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterQueueArn