Get Collection Result
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)
Properties
Link copied to clipboard
The endpoint for the collection.
Link copied to clipboard
The OpenSearch Dashboards endpoint for the collection.
Link copied to clipboard
The description 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.