Show / Hide Table of Contents

Class CfnQuickConnect.UserQuickConnectConfigProperty

Contains information about the quick connect configuration settings for a user.

Inheritance
System.Object
CfnQuickConnect.UserQuickConnectConfigProperty
Implements
CfnQuickConnect.IUserQuickConnectConfigProperty
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.AWS.Connect.dll
Syntax (csharp)
public class UserQuickConnectConfigProperty : Object, CfnQuickConnect.IUserQuickConnectConfigProperty
Syntax (vb)
Public Class UserQuickConnectConfigProperty
    Inherits Object
    Implements CfnQuickConnect.IUserQuickConnectConfigProperty
Remarks

The contact flow must be of type Transfer to Agent.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-userquickconnectconfig.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 userQuickConnectConfigProperty = new UserQuickConnectConfigProperty {
    ContactFlowArn = "contactFlowArn",
    UserArn = "userArn"
};

Synopsis

Constructors

UserQuickConnectConfigProperty()

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

UserArn

The Amazon Resource Name (ARN) of the user.

Constructors

UserQuickConnectConfigProperty()

public UserQuickConnectConfigProperty()

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

public string ContactFlowArn { get; set; }
Property Value

System.String

Remarks

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

UserArn

The Amazon Resource Name (ARN) of the user.

public string UserArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-userquickconnectconfig.html#cfn-connect-quickconnect-userquickconnectconfig-userarn

Implements

CfnQuickConnect.IUserQuickConnectConfigProperty
Back to top Generated by DocFX