| 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.VoiceConnectorGroup
Description
Synopsis
- data VoiceConnectorGroup = VoiceConnectorGroup' {}
- newVoiceConnectorGroup :: VoiceConnectorGroup
- voiceConnectorGroup_createdTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime)
- voiceConnectorGroup_name :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_updatedTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime)
- voiceConnectorGroup_voiceConnectorGroupArn :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_voiceConnectorGroupId :: Lens' VoiceConnectorGroup (Maybe Text)
- voiceConnectorGroup_voiceConnectorItems :: Lens' VoiceConnectorGroup (Maybe [VoiceConnectorItem])
Documentation
data VoiceConnectorGroup Source #
The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
See: newVoiceConnectorGroup smart constructor.
Constructors
| VoiceConnectorGroup' | |
Fields
| |
Instances
newVoiceConnectorGroup :: VoiceConnectorGroup Source #
Create a value of VoiceConnectorGroup 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:createdTimestamp:VoiceConnectorGroup', voiceConnectorGroup_createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601
format.
$sel:name:VoiceConnectorGroup', voiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.
$sel:updatedTimestamp:VoiceConnectorGroup', voiceConnectorGroup_updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601
format.
$sel:voiceConnectorGroupArn:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.
$sel:voiceConnectorGroupId:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.
$sel:voiceConnectorItems:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.
voiceConnectorGroup_createdTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
voiceConnectorGroup_name :: Lens' VoiceConnectorGroup (Maybe Text) Source #
The name of the Amazon Chime Voice Connector group.
voiceConnectorGroup_updatedTimestamp :: Lens' VoiceConnectorGroup (Maybe UTCTime) Source #
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
voiceConnectorGroup_voiceConnectorGroupArn :: Lens' VoiceConnectorGroup (Maybe Text) Source #
The ARN of the specified Amazon Chime Voice Connector group.
voiceConnectorGroup_voiceConnectorGroupId :: Lens' VoiceConnectorGroup (Maybe Text) Source #
The Amazon Chime Voice Connector group ID.
voiceConnectorGroup_voiceConnectorItems :: Lens' VoiceConnectorGroup (Maybe [VoiceConnectorItem]) Source #
The Amazon Chime Voice Connectors to which to route inbound calls.