Get Serverless Collection Result
data class GetServerlessCollectionResult(val arn: String, val collectionEndpoint: String, val createdDate: String, val dashboardEndpoint: String, val description: String, val failureCode: String, val failureMessage: String, val id: String, val kmsKeyArn: String, val lastModifiedDate: String, val name: String, val standbyReplicas: String, val tags: Map<String, String>, val type: String)
A collection of values returned by getServerlessCollection.
Constructors
Link copied to clipboard
constructor(arn: String, collectionEndpoint: String, createdDate: String, dashboardEndpoint: String, description: String, failureCode: String, failureMessage: String, id: String, kmsKeyArn: String, lastModifiedDate: String, name: String, standbyReplicas: String, tags: Map<String, String>, type: String)
Properties
Link copied to clipboard
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.
Link copied to clipboard
Date the Collection was created.
Link copied to clipboard
Collection-specific endpoint used to access OpenSearch Dashboards.
Link copied to clipboard
Description of the collection.
Link copied to clipboard
A failure code associated with the collection.
Link copied to clipboard
Link copied to clipboard
Date the Collection was last modified.
Link copied to clipboard
Indicates whether standby replicas should be used for a collection.