Interface CfnQuickConnectPropsMixin.QueueQuickConnectConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickConnectPropsMixin.QueueQuickConnectConfigProperty.Jsii$Proxy
- Enclosing class:
CfnQuickConnectPropsMixin
@Stability(Stable)
public static interface CfnQuickConnectPropsMixin.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.cfnpropertymixins.services.connect.*;
QueueQuickConnectConfigProperty queueQuickConnectConfigProperty = QueueQuickConnectConfigProperty.builder()
.contactFlowArn("contactFlowArn")
.queueArn("queueArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnQuickConnectPropsMixin.QueueQuickConnectConfigProperty -
Method Summary
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
@Stability(Stable) static CfnQuickConnectPropsMixin.QueueQuickConnectConfigProperty.Builder builder()
-