Class CfnQuickConnect.QueueQuickConnectConfigProperty
Contains information about a queue for a quick connect.
Inheritance
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class QueueQuickConnectConfigProperty : Object, CfnQuickConnect.IQueueQuickConnectConfigProperty
Syntax (vb)
Public Class QueueQuickConnectConfigProperty
Inherits Object
Implements CfnQuickConnect.IQueueQuickConnectConfigProperty
Remarks
The flow must be of type Transfer to Queue.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var queueQuickConnectConfigProperty = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
};
Synopsis
Constructors
Queue |
Properties
Contact |
The Amazon Resource Name (ARN) of the flow. |
Queue |
The Amazon Resource Name (ARN) of the queue. |
Constructors
QueueQuickConnectConfigProperty()
public QueueQuickConnectConfigProperty()
Properties
ContactFlowArn
The Amazon Resource Name (ARN) of the flow.
public string ContactFlowArn { get; set; }
Property Value
System.
Remarks
QueueArn
The Amazon Resource Name (ARN) of the queue.
public string QueueArn { get; set; }
Property Value
System.