GetMainVersionsPlainArgs

data class GetMainVersionsPlainArgs(val clusterTypes: List<String>? = null, val emrVersion: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetMainVersionsPlainArgs>

A collection of arguments for invoking getMainVersions.

Constructors

Link copied to clipboard
constructor(clusterTypes: List<String>? = null, emrVersion: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard
val clusterTypes: List<String>? = null

The supported clusterType of this emr version. Possible values may be any one or combination of these: "HADOOP", "DRUID", "KAFKA", "ZOOKEEPER", "FLINK", "CLICKHOUSE"

Link copied to clipboard
val emrVersion: String? = null

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

File name where to save data source results (after running pulumi preview).

Functions

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