GetServerlessCollectionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) of the collection.

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
val id: String
Link copied to clipboard

The ARN of the Amazon Web Services KMS key used to encrypt the collection.

Link copied to clipboard

Date the Collection was last modified.

Link copied to clipboard
Link copied to clipboard

Indicates whether standby replicas should be used for a collection.

Link copied to clipboard

A map of tags to assign to the collection.

Link copied to clipboard

Type of collection.