AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::Queue

CfnQueue

Contains information about a queue.

Import

import { CfnQueue } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnQueue

Properties

Configuration passed to the constructor as CfnQueueProps.

hoursOfOperationArnRequired
string

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

instanceArnRequired
string | IInstanceRef

The identifier of the Amazon Connect instance.

nameRequired
string

The name of the queue.

additionalEmailAddressesOptional
IResolvable | IResolvable | EmailAddressProperty[]

The email addresses that agents can use when replying to or initiating email contacts.

descriptionOptional
string

The description of the queue.

maxContactsOptional
number

The maximum number of contacts that can be in the queue before it is considered full.

outboundCallerConfigOptional
IResolvable | OutboundCallerConfigProperty

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

outboundEmailConfigOptional
IResolvable | OutboundEmailConfigProperty

The outbound email address ID for a specified queue.

quickConnectArnsOptional
string[]

The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.

statusOptional
string

The status of the queue.

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter