class Aws::Chime::Types::Origination

Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.

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

data as a hash:

    {
      routes: [
        {
          host: "String",
          port: 1,
          protocol: "TCP", # accepts TCP, UDP
          priority: 1,
          weight: 1,
        },
      ],
      disabled: false,
    }

@!attribute [rw] routes

The call distribution properties defined for your SIP hosts. Valid
range: Minimum value of 1. Maximum value of 20.
@return [Array<Types::OriginationRoute>]

@!attribute [rw] disabled

When origination settings are disabled, inbound calls are not
enabled for your Amazon Chime Voice Connector.
@return [Boolean]

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

Constants

SENSITIVE