Domain Scaling Parameters Args
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
fun DomainScalingParametersArgs(desiredInstanceType: Output<String>? = null, desiredPartitionCount: Output<Int>? = null, desiredReplicationCount: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
The instance type that you want to preconfigure for your domain. See the AWS documentation for valid values.