You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::Origination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Origination as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.

Returns:

  • (Boolean)

    When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.

#routesArray<Types::OriginationRoute>

The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.

Returns: