GetMainVersionsMainVersion

data class GetMainVersionsMainVersion(val clusterTypes: List<String>, val emrVersion: String, val imageId: String)

Constructors

Link copied to clipboard
constructor(clusterTypes: List<String>, emrVersion: String, imageId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of cluster types the emr cluster supported. Possible values: HADOOP, ZOOKEEPER, KAFKA, DRUID.

Link copied to clipboard

The version of the emr cluster instance. Possible values: EMR-4.0.0, EMR-3.23.0, EMR-3.22.0.

Link copied to clipboard

The image id of the emr cluster instance.