Domain Scaling Parameters
data class DomainScalingParameters(val desiredInstanceType: String? = null, val desiredPartitionCount: Int? = null, val desiredReplicationCount: Int? = null)
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.