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