Interface CfnQuickConnectPropsMixin.IUserQuickConnectConfigProperty
Contains information about the quick connect configuration settings for a user.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnQuickConnectPropsMixin.IUserQuickConnectConfigProperty
Syntax (vb)
Public Interface CfnQuickConnectPropsMixin.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.CfnPropertyMixins.AWS.Connect;
var userQuickConnectConfigProperty = new UserQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
UserArn = "userArn"
};
Synopsis
Properties
| ContactFlowArn | The Amazon Resource Name (ARN) of the flow. |
| UserArn | The Amazon Resource Name (ARN) of the user. |
Properties
ContactFlowArn
The Amazon Resource Name (ARN) of the flow.
string? ContactFlowArn { get; }
Property Value
Remarks
UserArn
The Amazon Resource Name (ARN) of the user.
string? UserArn { get; }