Interface CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty.Jsii$Proxy
- Enclosing class:
CfnRoutingProfilePropsMixin
@Stability(Stable)
public static interface CfnRoutingProfilePropsMixin.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.cfnpropertymixins.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 forCfnRoutingProfilePropsMixin.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
IResolvableorCfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty- See Also:
-
builder
@Stability(Stable) static CfnRoutingProfilePropsMixin.RoutingProfileManualAssignmentQueueConfigProperty.Builder builder()
-