Interface CfnQuickConnect.FlowQuickConnectConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickConnect.FlowQuickConnectConfigProperty.Jsii$Proxy
- Enclosing class:
CfnQuickConnect
@Stability(Stable)
public static interface CfnQuickConnect.FlowQuickConnectConfigProperty
extends software.amazon.jsii.JsiiSerializable
The flow configuration.
This is required only if QuickConnectType is FLOW.
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.*;
FlowQuickConnectConfigProperty flowQuickConnectConfigProperty = FlowQuickConnectConfigProperty.builder()
.contactFlowArn("contactFlowArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQuickConnect.FlowQuickConnectConfigPropertystatic final classAn implementation forCfnQuickConnect.FlowQuickConnectConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactFlowArn
The identifier of the contact flow.- See Also:
-
builder
-