GetSupportedInstanceTypesPlainArgs

data class GetSupportedInstanceTypesPlainArgs(val releaseLabel: String, val supportedInstanceTypes: List<GetSupportedInstanceTypesSupportedInstanceType>? = null) : ConvertibleToJava<GetSupportedInstanceTypesPlainArgs>

A collection of arguments for invoking getSupportedInstanceTypes.

Constructors

Link copied to clipboard
constructor(releaseLabel: String, supportedInstanceTypes: List<GetSupportedInstanceTypesSupportedInstanceType>? = null)

Properties

Link copied to clipboard

Amazon EMR release label. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide.

Link copied to clipboard

List of supported instance types. See supported_instance_types below.

Functions

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