VoiceConnector

The Amazon Chime SDK Voice Connector configuration, including outbound host name and encryption settings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Voice Connector's creation timestamp, in ISO 8601 format.

Link copied to clipboard
val name: String?

The Voice Connector's name.

Link copied to clipboard

The outbound host name for the Voice Connector.

Link copied to clipboard

Enables or disables encryption for the Voice Connector.

Link copied to clipboard

The Voice Connector's updated timestamp, in ISO 8601 format.

Link copied to clipboard

The ARN of the Voice Connector.

Link copied to clipboard

The Voice Connector's ID.

Functions

Link copied to clipboard
inline fun copy(block: VoiceConnector.Builder.() -> Unit = {}): VoiceConnector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String