Get Spot Price Plain Args
data class GetSpotPricePlainArgs(val availabilityZone: String? = null, val filters: List<GetSpotPriceFilter>? = null, val instanceType: String? = null) : ConvertibleToJava<GetSpotPricePlainArgs>
A collection of arguments for invoking getSpotPrice.
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, filters: List<GetSpotPriceFilter>? = null, instanceType: String? = null)
Properties
Link copied to clipboard
Availability zone in which to query Spot price information.
Link copied to clipboard
One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
Link copied to clipboard
Type of instance for which to query Spot Price information.