ScalingParameters

The desired instance type and desired number of replicas of each index partition.

Types

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

Properties

Link copied to clipboard

The instance type that you want to preconfigure for your domain. For example, search.m1.small.

Link copied to clipboard

The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

Link copied to clipboard

The number of replicas you want to preconfigure for each index partition.

Functions

Link copied to clipboard
inline fun copy(block: ScalingParameters.Builder.() -> Unit = {}): ScalingParameters
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