Show / Hide Table of Contents

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.

See: 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.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

string

Remarks

See: 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.

string? UserArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX