Domain Scaling Parameters
data class DomainScalingParameters(val desiredInstanceType: String? = null, val desiredPartitionCount: Int? = null, val desiredReplicationCount: Int? = null)
Constructors
Link copied to clipboard
fun DomainScalingParameters(desiredInstanceType: String? = null, desiredPartitionCount: Int? = null, desiredReplicationCount: Int? = null)
Types
Properties
Link copied to clipboard
The instance type that you want to preconfigure for your domain. See the AWS documentation for valid values.