DomainScalingParameters

data class DomainScalingParameters(val desiredInstanceType: String? = null, val desiredPartitionCount: Int? = null, val desiredReplicationCount: Int? = null)

Constructors

Link copied to clipboard
constructor(desiredInstanceType: String? = null, desiredPartitionCount: Int? = null, desiredReplicationCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The instance type that you want to preconfigure for your domain. See the AWS documentation for valid values.

Link copied to clipboard

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

Link copied to clipboard

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