Routing Profile Args
data class RoutingProfileArgs(val agentAvailabilityTimer: Output<RoutingProfileAgentAvailabilityTimer>? = null, val defaultOutboundQueueArn: Output<String>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val mediaConcurrencies: Output<List<RoutingProfileMediaConcurrencyArgs>>? = null, val name: Output<String>? = null, val queueConfigs: Output<List<RoutingProfileQueueConfigArgs>>? = null, val tags: Output<List<RoutingProfileTagArgs>>? = null) : ConvertibleToJava<RoutingProfileArgs>
Resource Type definition for AWS::Connect::RoutingProfile
Constructors
Link copied to clipboard
fun RoutingProfileArgs(agentAvailabilityTimer: Output<RoutingProfileAgentAvailabilityTimer>? = null, defaultOutboundQueueArn: Output<String>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, mediaConcurrencies: Output<List<RoutingProfileMediaConcurrencyArgs>>? = null, name: Output<String>? = null, queueConfigs: Output<List<RoutingProfileQueueConfigArgs>>? = null, tags: Output<List<RoutingProfileTagArgs>>? = null)