| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.Types.Termination
Description
Synopsis
- data Termination = Termination' {}
- newTermination :: Termination
- termination_callingRegions :: Lens' Termination (Maybe [Text])
- termination_cidrAllowedList :: Lens' Termination (Maybe [Text])
- termination_cpsLimit :: Lens' Termination (Maybe Natural)
- termination_defaultPhoneNumber :: Lens' Termination (Maybe Text)
- termination_disabled :: Lens' Termination (Maybe Bool)
Documentation
data Termination Source #
Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.
See: newTermination smart constructor.
Constructors
| Termination' | |
Fields
| |
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:callingRegions:Termination', termination_callingRegions - The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
Required.
$sel:cidrAllowedList:Termination', termination_cidrAllowedList - The IP addresses allowed to make calls, in CIDR 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: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.
termination_callingRegions :: Lens' Termination (Maybe [Text]) Source #
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
termination_cidrAllowedList :: Lens' Termination (Maybe [Text]) Source #
The IP addresses allowed to make calls, in CIDR 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_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.