VoiceConnectorGroup class

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.

Constructors

VoiceConnectorGroup({DateTime? createdTimestamp, String? name, DateTime? updatedTimestamp, String? voiceConnectorGroupId, List<VoiceConnectorItem>? voiceConnectorItems})
VoiceConnectorGroup.fromJson(Map<String, dynamic> json)
factory

Properties

createdTimestamp DateTime?
The Amazon Chime Voice Connector group creation timestamp, in ISO 8601 format.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the Amazon Chime Voice Connector group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedTimestamp DateTime?
The updated Amazon Chime Voice Connector group timestamp, in ISO 8601 format.
final
voiceConnectorGroupId String?
The Amazon Chime Voice Connector group ID.
final
voiceConnectorItems List<VoiceConnectorItem>?
The Amazon Chime Voice Connectors to which to route inbound calls.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited