aws-cdk-lib.aws_connect.CfnQuickConnect.UserQuickConnectConfigProperty

interface UserQuickConnectConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnQuickConnect.UserQuickConnectConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnQuickConnect_UserQuickConnectConfigProperty
Javasoftware.amazon.awscdk.services.connect.CfnQuickConnect.UserQuickConnectConfigProperty
Pythonaws_cdk.aws_connect.CfnQuickConnect.UserQuickConnectConfigProperty
TypeScript aws-cdk-lib » aws_connect » CfnQuickConnect » UserQuickConnectConfigProperty

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

The contact flow must be of type Transfer to Agent.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const userQuickConnectConfigProperty: connect.CfnQuickConnect.UserQuickConnectConfigProperty = {
  contactFlowArn: 'contactFlowArn',
  userArn: 'userArn',
};

Properties

NameTypeDescription
contactFlowArnstringThe Amazon Resource Name (ARN) of the flow.
userArnstringThe Amazon Resource Name (ARN) of the user.

contactFlowArn

Type: string

The Amazon Resource Name (ARN) of the flow.


userArn

Type: string

The Amazon Resource Name (ARN) of the user.