VoiceConnectorOrganizationRouteArgs

data class VoiceConnectorOrganizationRouteArgs(val host: Output<String>, val port: Output<Int>? = null, val priority: Output<Int>, val protocol: Output<String>, val weight: Output<Int>) : ConvertibleToJava<VoiceConnectorOrganizationRouteArgs>

Constructors

Link copied to clipboard
fun VoiceConnectorOrganizationRouteArgs(host: Output<String>, port: Output<Int>? = null, priority: Output<Int>, protocol: Output<String>, weight: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): VoiceConnectorOrganizationRouteArgs

Properties

Link copied to clipboard
val host: Output<String>

The FQDN or IP address to contact for origination traffic.

Link copied to clipboard
val port: Output<Int>? = null

The designated origination route port. Defaults to 5060.

Link copied to clipboard
val priority: Output<Int>

The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.

Link copied to clipboard
val protocol: Output<String>

The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.

Link copied to clipboard
val weight: Output<Int>

The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.