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
Documentation
data Origination Source #
Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.
The parameters listed below are not required, but you must use at least one.
See: newOrigination
smart constructor.
Origination' | |
|
Instances
newOrigination :: Origination Source #
Create a value of Origination
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:routes:Origination'
, origination_routes
- The call distribution properties defined for your SIP hosts. Valid
range: Minimum value of 1. Maximum value of 20. This parameter is not
required, but you must specify this parameter or Disabled
.
$sel:disabled:Origination'
, origination_disabled
- When origination settings are disabled, inbound calls are not enabled
for your Amazon Chime Voice Connector. This parameter is not required,
but you must specify this parameter or Routes
.
origination_routes :: Lens' Origination (Maybe [OriginationRoute]) Source #
The call distribution properties defined for your SIP hosts. Valid
range: Minimum value of 1. Maximum value of 20. This parameter is not
required, but you must specify this parameter or Disabled
.
origination_disabled :: Lens' Origination (Maybe Bool) Source #
When origination settings are disabled, inbound calls are not enabled
for your Amazon Chime Voice Connector. This parameter is not required,
but you must specify this parameter or Routes
.