AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.VoiceConnectorGroup

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class VoiceConnectorGroup

The VoiceConnectorGroup type exposes the following members

Constructors

NameDescription
Public Method VoiceConnectorGroup()

Properties

NameTypeDescription
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

Public Property Name System.String

Gets and sets the property Name.

The name of the Amazon Chime Voice Connector group.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

Public Property VoiceConnectorGroupArn System.String

Gets and sets the property VoiceConnectorGroupArn.

The ARN of the specified Amazon Chime Voice Connector group.

Public Property VoiceConnectorGroupId System.String

Gets and sets the property VoiceConnectorGroupId.

The Amazon Chime Voice Connector group ID.

Public Property VoiceConnectorItems System.Collections.Generic.List<Amazon.Chime.Model.VoiceConnectorItem>

Gets and sets the property VoiceConnectorItems.

The Amazon Chime Voice Connectors to which to route inbound calls.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5