Show / Hide Table of Contents

Class CfnQuickConnect.QueueQuickConnectConfigProperty

Contains information about a queue for a quick connect.

Inheritance
object
CfnQuickConnect.QueueQuickConnectConfigProperty
Implements
CfnQuickConnect.IQueueQuickConnectConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQuickConnect.QueueQuickConnectConfigProperty : CfnQuickConnect.IQueueQuickConnectConfigProperty
Syntax (vb)
Public Class CfnQuickConnect.QueueQuickConnectConfigProperty Implements CfnQuickConnect.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.AWS.Connect;

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

Synopsis

Constructors

QueueQuickConnectConfigProperty()

Contains information about a queue for a quick connect.

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

QueueArn

The Amazon Resource Name (ARN) of the queue.

Constructors

QueueQuickConnectConfigProperty()

Contains information about a queue for a quick connect.

public QueueQuickConnectConfigProperty()
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.AWS.Connect;

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

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

public string ContactFlowArn { get; set; }
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.

public string QueueArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnQuickConnect.IQueueQuickConnectConfigProperty
Back to top Generated by DocFX