Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Termination = Termination' {}
- newTermination :: Termination
- termination_defaultPhoneNumber :: Lens' Termination (Maybe Text)
- termination_disabled :: Lens' Termination (Maybe Bool)
- termination_callingRegions :: Lens' Termination (Maybe [Text])
- termination_cpsLimit :: Lens' Termination (Maybe Natural)
- termination_cidrAllowedList :: Lens' Termination (Maybe [Text])
Documentation
data Termination Source #
Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.
See: newTermination
smart constructor.
Termination' | |
|
Instances
newTermination :: Termination Source #
Create a value of Termination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultPhoneNumber:Termination'
, termination_defaultPhoneNumber
- The default caller ID phone number.
$sel:disabled:Termination'
, termination_disabled
- When termination settings are disabled, outbound calls can not be made.
$sel:callingRegions:Termination'
, termination_callingRegions
- The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
Required.
$sel:cpsLimit:Termination'
, termination_cpsLimit
- The limit on calls per second. Max value based on account service quota.
Default value of 1.
$sel:cidrAllowedList:Termination'
, termination_cidrAllowedList
- The IP addresses allowed to make calls, in CIDR format. Required.
termination_defaultPhoneNumber :: Lens' Termination (Maybe Text) Source #
The default caller ID phone number.
termination_disabled :: Lens' Termination (Maybe Bool) Source #
When termination settings are disabled, outbound calls can not be made.
termination_callingRegions :: Lens' Termination (Maybe [Text]) Source #
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
termination_cpsLimit :: Lens' Termination (Maybe Natural) Source #
The limit on calls per second. Max value based on account service quota. Default value of 1.
termination_cidrAllowedList :: Lens' Termination (Maybe [Text]) Source #
The IP addresses allowed to make calls, in CIDR format. Required.