Interface CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Jsii$Proxy
Enclosing class:
CfnRoutingProfilePropsMixin

@Stability(Stable) public static interface CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.connect.*;
 RoutingProfileQueueReferenceProperty routingProfileQueueReferenceProperty = RoutingProfileQueueReferenceProperty.builder()
         .channel("channel")
         .queueArn("queueArn")
         .build();
 

See Also: