| 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.VoiceConnectorItem
Description
Documentation
data VoiceConnectorItem Source #
For Amazon Chime Voice Connector groups, the Amazon Chime Voice
Connectors to which to route inbound calls. Includes priority
configuration settings. Limit: 3 VoiceConnectorItems per Amazon Chime
Voice Connector group.
See: newVoiceConnectorItem smart constructor.
Constructors
| VoiceConnectorItem' | |
Fields
| |
Instances
newVoiceConnectorItem Source #
Arguments
| :: Text | |
| -> Natural | |
| -> VoiceConnectorItem |
Create a value of VoiceConnectorItem 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:voiceConnectorId:VoiceConnectorItem', voiceConnectorItem_voiceConnectorId - The Amazon Chime Voice Connector ID.
$sel:priority:VoiceConnectorItem', voiceConnectorItem_priority - The priority associated with the Amazon Chime Voice Connector, with 1
being the highest priority. Higher priority Amazon Chime Voice
Connectors are attempted first.
voiceConnectorItem_voiceConnectorId :: Lens' VoiceConnectorItem Text Source #
The Amazon Chime Voice Connector ID.
voiceConnectorItem_priority :: Lens' VoiceConnectorItem Natural Source #
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.