Termination class

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

Constructors

Termination({List<String>? callingRegions, List<String>? cidrAllowedList, int? cpsLimit, String? defaultPhoneNumber, bool? disabled})
Termination.fromJson(Map<String, dynamic> json)
factory

Properties

callingRegions List<String>?
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
final
cidrAllowedList List<String>?
The IP addresses allowed to make calls, in CIDR format. Required.
final
cpsLimit int?
The limit on calls per second. Max value based on account service quota. Default value of 1.
final
defaultPhoneNumber String?
The default caller ID phone number.
final
disabled bool?
When termination settings are disabled, outbound calls can not be made.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited