Interface CfnRoutingProfilePropsMixin.IRoutingProfileQueueReferenceProperty
Contains the channel and queue identifier for a routing profile.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnRoutingProfilePropsMixin.IRoutingProfileQueueReferenceProperty
Syntax (vb)
Public Interface CfnRoutingProfilePropsMixin.IRoutingProfileQueueReferenceProperty
Remarks
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.Mixins.Preview.AWS.Connect.Mixins;
var routingProfileQueueReferenceProperty = new RoutingProfileQueueReferenceProperty {
Channel = "channel",
QueueArn = "queueArn"
};
Synopsis
Properties
| Channel | The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. |
| QueueArn | The Amazon Resource Name (ARN) of the queue. |
Properties
Channel
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
string? Channel { get; }
Property Value
Remarks
QueueArn
The Amazon Resource Name (ARN) of the queue.
string? QueueArn { get; }