VoiceConnector class
The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.
Constructors
- VoiceConnector({VoiceConnectorAwsRegion? awsRegion, DateTime? createdTimestamp, String? name, String? outboundHostName, bool? requireEncryption, DateTime? updatedTimestamp, String? voiceConnectorId})
-
VoiceConnector.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsRegion → VoiceConnectorAwsRegion?
-
The AWS Region in which the Amazon Chime Voice Connector is created.
Default:
us-east-1
.final - createdTimestamp → DateTime?
-
The Amazon Chime Voice Connector 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.
final
- outboundHostName → String?
-
The outbound host name for the Amazon Chime Voice Connector.
final
- requireEncryption → bool?
-
Designates whether encryption is required for the Amazon Chime Voice
Connector.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedTimestamp → DateTime?
-
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
final
- voiceConnectorId → String?
-
The Amazon Chime Voice Connector ID.
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