Class RoutingProfileArgs


  • public final class RoutingProfileArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.