interface RoutingProfileManualAssignmentQueueConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnRoutingProfilePropsMixin_RoutingProfileManualAssignmentQueueConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnRoutingProfilePropsMixin » RoutingProfileManualAssignmentQueueConfigProperty |
Contains information about the queue and channel for manual assignment behaviour can be enabled.
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/cfn-property-mixins';
const routingProfileManualAssignmentQueueConfigProperty: connect.CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty = {
queueReference: {
channel: 'channel',
queueArn: 'queueArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| queue | IResolvable | Routing | Contains information about a queue resource. |
queueReference?
Type:
IResolvable | Routing
(optional)
Contains information about a queue resource.

.NET
Go
Java
Python
TypeScript