aws-cdk-lib.aws_connect.CfnQuickConnect.QueueQuickConnectConfigProperty

interface QueueQuickConnectConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnQuickConnect.QueueQuickConnectConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnQuickConnect_QueueQuickConnectConfigProperty
Javasoftware.amazon.awscdk.services.connect.CfnQuickConnect.QueueQuickConnectConfigProperty
Pythonaws_cdk.aws_connect.CfnQuickConnect.QueueQuickConnectConfigProperty
TypeScript aws-cdk-lib » aws_connect » CfnQuickConnect » QueueQuickConnectConfigProperty

Contains information about a queue for a quick connect.

The flow must be of type Transfer to Queue.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const queueQuickConnectConfigProperty: connect.CfnQuickConnect.QueueQuickConnectConfigProperty = {
  contactFlowArn: 'contactFlowArn',
  queueArn: 'queueArn',
};

Properties

NameTypeDescription
contactFlowArnstringThe Amazon Resource Name (ARN) of the flow.
queueArnstringThe Amazon Resource Name (ARN) of the queue.

contactFlowArn

Type: string

The Amazon Resource Name (ARN) of the flow.


queueArn

Type: string

The Amazon Resource Name (ARN) of the queue.