Class CfnQuickConnect.UserQuickConnectConfigProperty
Contains information about the quick connect configuration settings for a user.
Inheritance
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.
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
User |
Properties
Contact |
The Amazon Resource Name (ARN) of the flow. |
User |
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.
Remarks
UserArn
The Amazon Resource Name (ARN) of the user.
public string UserArn { get; set; }
Property Value
System.