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
fun GetSpotPricePlainArgs(availabilityZone: String? = null, filters: List<GetSpotPriceFilter>? = null, instanceType: String? = null)
Functions
Properties
Link copied to clipboard
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