Show / Hide Table of Contents

Interface CfnQuickConnectPropsMixin.IQueueQuickConnectConfigProperty

Contains information about a queue for a quick connect.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQuickConnectPropsMixin.IQueueQuickConnectConfigProperty
Syntax (vb)
Public Interface CfnQuickConnectPropsMixin.IQueueQuickConnectConfigProperty
Remarks

The flow must be of type Transfer to Queue.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-queuequickconnectconfig.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.Mixins.Preview.AWS.Connect.Mixins;

             var queueQuickConnectConfigProperty = new QueueQuickConnectConfigProperty {
                 ContactFlowArn = "contactFlowArn",
                 QueueArn = "queueArn"
             };

Synopsis

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

QueueArn

The Amazon Resource Name (ARN) of the queue.

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

string? ContactFlowArn { get; }
Property Value

string

Remarks

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

QueueArn

The Amazon Resource Name (ARN) of the queue.

string? QueueArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX