DomainScalingParametersArgs

data class DomainScalingParametersArgs(val desiredInstanceType: Output<String>? = null, val desiredPartitionCount: Output<Int>? = null, val desiredReplicationCount: Output<Int>? = null) : ConvertibleToJava<DomainScalingParametersArgs>

Constructors

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

Properties

Link copied to clipboard
val desiredInstanceType: Output<String>? = null

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

Link copied to clipboard
val desiredPartitionCount: Output<Int>? = null

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
val desiredReplicationCount: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DomainScalingParametersArgs