class Aws::Chime::Types::Termination

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

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

data as a hash:

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

@!attribute [rw] cps_limit

The limit on calls per second. Max value based on account service
quota. Default value of 1.
@return [Integer]

@!attribute [rw] default_phone_number

The default caller ID phone number.
@return [String]

@!attribute [rw] calling_regions

The countries to which calls are allowed, in ISO 3166-1 alpha-2
format. Required.
@return [Array<String>]

@!attribute [rw] cidr_allowed_list

The IP addresses allowed to make calls, in CIDR format. Required.
@return [Array<String>]

@!attribute [rw] disabled

When termination settings are disabled, outbound calls can not be
made.
@return [Boolean]

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

Constants

SENSITIVE