CreateCollectionGroupRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity limits for the collection group, in OpenSearch Compute Units (OCUs). These limits control the maximum and minimum capacity for collections within the group.

Link copied to clipboard

Unique, case-sensitive identifier to ensure idempotency of the request.

Link copied to clipboard

A description of the collection group.

Link copied to clipboard
val name: String?

The name of the collection group.

Link copied to clipboard

Indicates whether standby replicas should be used for a collection group.

Link copied to clipboard
val tags: List<Tag>?

An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection group.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String