Interface CfnQuickConnect.QueueQuickConnectConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickConnect.QueueQuickConnectConfigProperty.Jsii$Proxy
- Enclosing class:
CfnQuickConnect
@Stability(Stable)
public static interface CfnQuickConnect.QueueQuickConnectConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.connect.*;
QueueQuickConnectConfigProperty queueQuickConnectConfigProperty = QueueQuickConnectConfigProperty.builder()
.contactFlowArn("contactFlowArn")
.queueArn("queueArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQuickConnect.QueueQuickConnectConfigPropertystatic final classAn implementation forCfnQuickConnect.QueueQuickConnectConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the flow.The Amazon Resource Name (ARN) of the queue.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactFlowArn
The Amazon Resource Name (ARN) of the flow.- See Also:
-
getQueueArn
The Amazon Resource Name (ARN) of the queue.- See Also:
-
builder
-