interface RoutingProfileManualAssignmentQueueConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRoutingProfile_RoutingProfileManualAssignmentQueueConfigProperty |
![]() | software.amazon.awscdk.services.connect.CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty |
![]() | aws_cdk.aws_connect.CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty |
![]() | aws-cdk-lib » aws_connect » CfnRoutingProfile » RoutingProfileManualAssignmentQueueConfigProperty |
Contains information about the manual assignment queue and channel.
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 routingProfileManualAssignmentQueueConfigProperty: connect.CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty = {
queueReference: {
channel: 'channel',
queueArn: 'queueArn',
},
};
Properties
Name | Type | Description |
---|---|---|
queue | IResolvable | Routing | Contains the channel and queue identifier for a routing profile. |
queueReference
Type:
IResolvable
|
Routing
Contains the channel and queue identifier for a routing profile.