GetCollectionResult

data class GetCollectionResult(val arn: String? = null, val collectionEndpoint: String? = null, val dashboardEndpoint: String? = null, val description: String? = null, val id: String? = null, val standbyReplicas: CollectionStandbyReplicas? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collectionEndpoint: String? = null, dashboardEndpoint: String? = null, description: String? = null, id: String? = null, standbyReplicas: CollectionStandbyReplicas? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the collection.

Link copied to clipboard

The endpoint for the collection.

Link copied to clipboard

The OpenSearch Dashboards endpoint for the collection.

Link copied to clipboard
val description: String? = null

The description of the collection

Link copied to clipboard
val id: String? = null

The identifier of the collection

Link copied to clipboard

Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.