Interface CfnQuickConnectPropsMixin.IQueueQuickConnectConfigProperty
Contains information about a queue for a quick connect.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQuickConnectPropsMixin.IQueueQuickConnectConfigProperty
Syntax (vb)
Public Interface CfnQuickConnectPropsMixin.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.Mixins.Preview.AWS.Connect.Mixins;
var queueQuickConnectConfigProperty = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
};
Synopsis
Properties
| ContactFlowArn | The Amazon Resource Name (ARN) of the flow. |
| QueueArn | The Amazon Resource Name (ARN) of the queue. |
Properties
ContactFlowArn
The Amazon Resource Name (ARN) of the flow.
string? ContactFlowArn { get; }
Property Value
Remarks
QueueArn
The Amazon Resource Name (ARN) of the queue.
string? QueueArn { get; }