Package com.pulumi.aws.connect
Class RoutingProfileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.connect.RoutingProfileArgs
-
public final class RoutingProfileArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RoutingProfileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RoutingProfileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoutingProfileArgs.Builder
builder()
static RoutingProfileArgs.Builder
builder(RoutingProfileArgs defaults)
com.pulumi.core.Output<java.lang.String>
defaultOutboundQueueId()
com.pulumi.core.Output<java.lang.String>
description()
com.pulumi.core.Output<java.lang.String>
instanceId()
com.pulumi.core.Output<java.util.List<RoutingProfileMediaConcurrencyArgs>>
mediaConcurrencies()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.util.List<RoutingProfileQueueConfigArgs>>>
queueConfigs()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final RoutingProfileArgs Empty
-
-
Method Detail
-
defaultOutboundQueueId
public com.pulumi.core.Output<java.lang.String> defaultOutboundQueueId()
- Returns:
- Specifies the default outbound queue for the Routing Profile.
-
description
public com.pulumi.core.Output<java.lang.String> description()
- Returns:
- Specifies the description of the Routing Profile.
-
instanceId
public com.pulumi.core.Output<java.lang.String> instanceId()
- Returns:
- Specifies the identifier of the hosting Amazon Connect Instance.
-
mediaConcurrencies
public com.pulumi.core.Output<java.util.List<RoutingProfileMediaConcurrencyArgs>> mediaConcurrencies()
- Returns:
- One or more `media_concurrencies` blocks that specify the channels that agents can handle in the Contact Control Panel (CCP) for this Routing Profile. The `media_concurrencies` block is documented below.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- Specifies the name of the Routing Profile.
-
queueConfigs
public java.util.Optional<com.pulumi.core.Output<java.util.List<RoutingProfileQueueConfigArgs>>> queueConfigs()
- Returns:
- One or more `queue_configs` blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The `queue_configs` block is documented below.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Tags to apply to the Routing Profile. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static RoutingProfileArgs.Builder builder()
-
builder
public static RoutingProfileArgs.Builder builder(RoutingProfileArgs defaults)
-
-