GetSpotPriceResult

data class GetSpotPriceResult(val availabilityZone: String? = null, val filters: List<GetSpotPriceFilter>? = null, val id: String, val instanceType: String? = null, val spotPrice: String, val spotPriceTimestamp: String)

A collection of values returned by getSpotPrice.

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, filters: List<GetSpotPriceFilter>? = null, id: String, instanceType: String? = null, spotPrice: String, spotPriceTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val instanceType: String? = null
Link copied to clipboard

Most recent Spot Price value for the given instance type and AZ.

Link copied to clipboard

The timestamp at which the Spot Price value was published.