ScalingConfigurationInstanceTypeOverride

data class ScalingConfigurationInstanceTypeOverride(val instanceType: String? = null, val weightedCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, weightedCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The is specified for an instance type in instanceTypeOverride.

Link copied to clipboard
val weightedCapacity: Int? = null

The weight of instance type in instanceTypeOverride.