class Aws::Chime::Types::OriginationRoute

Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.

@note When making an API call, you may pass OriginationRoute

data as a hash:

    {
      host: "String",
      port: 1,
      protocol: "TCP", # accepts TCP, UDP
      priority: 1,
      weight: 1,
    }

@!attribute [rw] host

The FQDN or IP address to contact for origination traffic.
@return [String]

@!attribute [rw] port

The designated origination route port. Defaults to 5060.
@return [Integer]

@!attribute [rw] protocol

The protocol to use for the origination route. Encryption-enabled
Amazon Chime Voice Connectors use TCP protocol by default.
@return [String]

@!attribute [rw] priority

The priority associated with the host, with 1 being the highest
priority. Higher priority hosts are attempted first.
@return [Integer]

@!attribute [rw] weight

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

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/OriginationRoute AWS API Documentation

Constants

SENSITIVE