Package com.pulumi.aws.connect.outputs
Class GetRoutingProfileQueueConfig
- java.lang.Object
-
- com.pulumi.aws.connect.outputs.GetRoutingProfileQueueConfig
-
public final class GetRoutingProfileQueueConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRoutingProfileQueueConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRoutingProfileQueueConfig.Builder
builder()
static GetRoutingProfileQueueConfig.Builder
builder(GetRoutingProfileQueueConfig defaults)
java.lang.String
channel()
java.lang.Integer
delay()
java.lang.Integer
priority()
java.lang.String
queueArn()
java.lang.String
queueId()
java.lang.String
queueName()
-
-
-
Method Detail
-
channel
public java.lang.String channel()
- Returns:
- 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:
- 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:
- Order in which contacts are to be handled for the queue.
-
queueArn
public java.lang.String queueArn()
- Returns:
- ARN for the queue.
-
queueId
public java.lang.String queueId()
- Returns:
- Identifier for the queue.
-
queueName
public java.lang.String queueName()
- Returns:
- Name for the queue.
-
builder
public static GetRoutingProfileQueueConfig.Builder builder()
-
builder
public static GetRoutingProfileQueueConfig.Builder builder(GetRoutingProfileQueueConfig defaults)
-
-