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 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 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 classstatic final classAn implementation forCfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQueueReference
Contains information about a queue resource.Returns union: either
IResolvableorCfnRoutingProfile.RoutingProfileQueueReferenceProperty- See Also:
-
builder
@Stability(Stable) static CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder builder()
-