Class RoutingProfileQueueConfigArgs


  • public final class RoutingProfileQueueConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • channel

        public com.pulumi.core.Output<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 com.pulumi.core.Output<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 com.pulumi.core.Output<java.lang.Integer> priority()
        Returns:
        Specifies the order in which contacts are to be handled for the queue.
      • queueArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> queueArn()
        Returns:
        ARN for the queue.
      • queueId

        public com.pulumi.core.Output<java.lang.String> queueId()
        Returns:
        Specifies the identifier for the queue.
      • queueName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> queueName()
        Returns:
        Name for the queue.