AWS::Connect::QueueContains information about a queue.
import { CfnQueue } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnQueueConfiguration passed to the constructor as CfnQueueProps.
hoursOfOperationArnRequiredstringThe Amazon Resource Name (ARN) of the hours of operation.
instanceArnRequiredstring | IInstanceRefThe identifier of the Amazon Connect instance.
nameRequiredstringThe name of the queue.
additionalEmailAddressesOptionalIResolvable | IResolvable | EmailAddressProperty[]The email addresses that agents can use when replying to or initiating email contacts.
descriptionOptionalstringThe description of the queue.
maxContactsOptionalnumberThe maximum number of contacts that can be in the queue before it is considered full.
outboundCallerConfigOptionalIResolvable | OutboundCallerConfigPropertyThe outbound caller ID name, number, and outbound whisper flow.
outboundEmailConfigOptionalIResolvable | OutboundEmailConfigPropertyThe outbound email address ID for a specified queue.
quickConnectArnsOptionalstring[]The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.
statusOptionalstringThe status of the queue.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::Queue