ConnectionMode

sealed class ConnectionMode

The connection mode for the cross-cluster connection.

  • DIRECT - Used for cross-cluster search or cross-cluster replication.

  • VPC_ENDPOINT - Used for remote reindex between Amazon OpenSearch Service VPC domains.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : ConnectionMode
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String