@Stability(value=Stable)
public static interface CfnQuickConnect.QueueQuickConnectConfigProperty
extends software.amazon.jsii.JsiiSerializable
The contact 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnQuickConnect.QueueQuickConnectConfigProperty.Builder
A builder for
CfnQuickConnect.QueueQuickConnectConfigProperty |
static class |
CfnQuickConnect.QueueQuickConnectConfigProperty.Jsii$Proxy
An implementation for
CfnQuickConnect.QueueQuickConnectConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnQuickConnect.QueueQuickConnectConfigProperty.Builder |
builder() |
String |
getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
|
String |
getQueueArn()
The Amazon Resource Name (ARN) of the queue.
|
@Stability(value=Stable) @NotNull String getContactFlowArn()
@Stability(value=Stable) @NotNull String getQueueArn()
@Stability(value=Stable) static CfnQuickConnect.QueueQuickConnectConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.