Interface CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Jsii$Proxy
- Enclosing class:
CfnRoutingProfile
@Stability(Stable)
public static interface CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about the manual assignment queue and channel.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connect.*; RoutingProfileManualAssignmentQueueConfigProperty routingProfileManualAssignmentQueueConfigProperty = RoutingProfileManualAssignmentQueueConfigProperty.builder() .queueReference(RoutingProfileQueueReferenceProperty.builder() .channel("channel") .queueArn("queueArn") .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Contains the channel and queue identifier for a routing profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQueueReference
Contains the channel and queue identifier for a routing profile.- See Also:
-
builder
@Stability(Stable) static CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder builder()
-