Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeuereference.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeuereference.html#cfn-connect-routingprofile-routingprofilequeuereference-channel

QueueArn

The Amazon Resource Name (ARN) of the queue.

string? QueueArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeuereference.html#cfn-connect-routingprofile-routingprofilequeuereference-queuearn

Back to top Generated by DocFX