ScalingConfigurationSpotPriceLimit

data class ScalingConfigurationSpotPriceLimit(val instanceType: String? = null, val priceLimit: Double? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, priceLimit: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

Resource type of an ECS instance.

Link copied to clipboard
val priceLimit: Double? = null

Price limit hourly of instance type, 2 decimals is allowed at most.