GetInstanceTypeOfferingPlainArgs

data class GetInstanceTypeOfferingPlainArgs(val filters: List<GetInstanceTypeOfferingFilter>? = null, val locationType: String? = null, val preferredInstanceTypes: List<String>? = null) : ConvertibleToJava<GetInstanceTypeOfferingPlainArgs>

A collection of arguments for invoking getInstanceTypeOffering.

Constructors

Link copied to clipboard
constructor(filters: List<GetInstanceTypeOfferingFilter>? = null, locationType: String? = null, preferredInstanceTypes: List<String>? = null)

Properties

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
val locationType: String? = null

Location type. Defaults to region. Valid values: availability-zone, availability-zone-id, and region.

Link copied to clipboard

Ordered list of preferred EC2 Instance Types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.

Functions

Link copied to clipboard
open override fun toJava(): GetInstanceTypeOfferingPlainArgs