interface RoutingProfileQueueReferenceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnRoutingProfile.RoutingProfileQueueReferenceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRoutingProfile_RoutingProfileQueueReferenceProperty |
![]() | software.amazon.awscdk.services.connect.CfnRoutingProfile.RoutingProfileQueueReferenceProperty |
![]() | aws_cdk.aws_connect.CfnRoutingProfile.RoutingProfileQueueReferenceProperty |
![]() | aws-cdk-lib » aws_connect » CfnRoutingProfile » RoutingProfileQueueReferenceProperty |
Contains the channel and queue identifier for a routing profile.
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 routingProfileQueueReferenceProperty: connect.CfnRoutingProfile.RoutingProfileQueueReferenceProperty = {
channel: 'channel',
queueArn: 'queueArn',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. |
queue | string | The Amazon Resource Name (ARN) of the queue. |
channel
Type:
string
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
queueArn
Type:
string
The Amazon Resource Name (ARN) of the queue.