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 configuration, including outbound host name and encryption settings.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.VoiceConnector

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

Syntax

C#
public class VoiceConnector

The VoiceConnector type exposes the following members

Constructors

NameDescription
Public Method VoiceConnector()

Properties

NameTypeDescription
Public Property AwsRegion Amazon.Chime.VoiceConnectorAwsRegion

Gets and sets the property AwsRegion.

The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

Public Property Name System.String

Gets and sets the property Name.

The name of the Amazon Chime Voice Connector.

Public Property OutboundHostName System.String

Gets and sets the property OutboundHostName.

The outbound host name for the Amazon Chime Voice Connector.

Public Property RequireEncryption System.Boolean

Gets and sets the property RequireEncryption.

Designates whether encryption is required for the Amazon Chime Voice Connector.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

Public Property VoiceConnectorArn System.String

Gets and sets the property VoiceConnectorArn.

The ARN of the specified Amazon Chime Voice Connector.

Public Property VoiceConnectorId System.String

Gets and sets the property VoiceConnectorId.

The Amazon Chime Voice Connector ID.

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