Show / Hide Table of Contents

Class CfnQuickConnectPropsMixin.FlowQuickConnectConfigProperty

The flow configuration.

Inheritance
object
CfnQuickConnectPropsMixin.FlowQuickConnectConfigProperty
Implements
CfnQuickConnectPropsMixin.IFlowQuickConnectConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-flowquickconnectconfig.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-flowquickconnectconfig.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-flowquickconnectconfig.html#cfn-connect-quickconnect-flowquickconnectconfig-contactflowarn

Implements

CfnQuickConnectPropsMixin.IFlowQuickConnectConfigProperty
Back to top Generated by DocFX