Class CfnQuickConnectPropsMixin.FlowQuickConnectConfigProperty
The flow configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnQuickConnectPropsMixin.FlowQuickConnectConfigProperty : CfnQuickConnectPropsMixin.IFlowQuickConnectConfigProperty
Syntax (vb)
Public Class CfnQuickConnectPropsMixin.FlowQuickConnectConfigProperty Implements CfnQuickConnectPropsMixin.IFlowQuickConnectConfigProperty
Remarks
This is required only if QuickConnectType is FLOW.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Connect;
var flowQuickConnectConfigProperty = new FlowQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn"
};
Synopsis
Constructors
| FlowQuickConnectConfigProperty() | The flow configuration. |
Properties
| ContactFlowArn | The identifier of the contact flow. |
Constructors
FlowQuickConnectConfigProperty()
The flow configuration.
public FlowQuickConnectConfigProperty()
Remarks
This is required only if QuickConnectType is FLOW.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Connect;
var flowQuickConnectConfigProperty = new FlowQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn"
};
Properties
ContactFlowArn
The identifier of the contact flow.
public string? ContactFlowArn { get; set; }