Class: Aws::ChimeSDKVoice::Types::Termination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[:default_phone_number]

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>)


3390
3391
3392
3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3390

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#cidr_allowed_listArray<String>

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

Returns:

  • (Array<String>)


3390
3391
3392
3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3390

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#cps_limitInteger

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

Returns:

  • (Integer)


3390
3391
3392
3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3390

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#default_phone_numberString

The default outbound calling number.

Returns:

  • (String)


3390
3391
3392
3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3390

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#disabledBoolean

When termination is disabled, outbound calls cannot be made.

Returns:

  • (Boolean)


3390
3391
3392
3393
3394
3395
3396
3397
3398
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3390

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end