Package com.pulumi.aws.connect.outputs
Class RoutingProfileQueueConfig
- java.lang.Object
-
- com.pulumi.aws.connect.outputs.RoutingProfileQueueConfig
-
public final class RoutingProfileQueueConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RoutingProfileQueueConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoutingProfileQueueConfig.Builder
builder()
static RoutingProfileQueueConfig.Builder
builder(RoutingProfileQueueConfig defaults)
java.lang.String
channel()
java.lang.Integer
delay()
java.lang.Integer
priority()
java.util.Optional<java.lang.String>
queueArn()
java.lang.String
queueId()
java.util.Optional<java.lang.String>
queueName()
-
-
-
Method Detail
-
channel
public java.lang.String channel()
- Returns:
- Specifies the channels agents can handle in the Contact Control Panel (CCP) for this routing profile. Valid values are `VOICE`, `CHAT`, `TASK`.
-
delay
public java.lang.Integer delay()
- Returns:
- Specifies the delay, in seconds, that a contact should be in the queue before they are routed to an available agent
-
priority
public java.lang.Integer priority()
- Returns:
- Specifies the order in which contacts are to be handled for the queue.
-
queueArn
public java.util.Optional<java.lang.String> queueArn()
- Returns:
- ARN for the queue.
-
queueId
public java.lang.String queueId()
- Returns:
- Specifies the identifier for the queue.
-
queueName
public java.util.Optional<java.lang.String> queueName()
- Returns:
- Name for the queue.
-
builder
public static RoutingProfileQueueConfig.Builder builder()
-
builder
public static RoutingProfileQueueConfig.Builder builder(RoutingProfileQueueConfig defaults)
-
-