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

Class: Aws::Chime::Types::Termination

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

Overview

Note:

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

{
  cps_limit: 1,
  default_phone_number: "E164PhoneNumber",
  calling_regions: ["CallingRegion"],
  cidr_allowed_list: ["String"],
  disabled: false,
}

Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#calling_regionsArray<String>

The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.

Returns:

  • (Array<String>)

    The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.

#cidr_allowed_listArray<String>

The IP addresses allowed to make calls, in CIDR format. Required.

Returns:

  • (Array<String>)

    The IP addresses allowed to make calls, in CIDR format.

#cps_limitInteger

The limit on calls per second. Max value based on account service quota. Default value of 1.

Returns:

  • (Integer)

    The limit on calls per second.

#default_phone_numberString

The default caller ID phone number.

Returns:

  • (String)

    The default caller ID phone number.

#disabledBoolean

When termination settings are disabled, outbound calls can not be made.

Returns:

  • (Boolean)

    When termination settings are disabled, outbound calls can not be made.