Get Main Versions Plain Args
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.
Properties
Link copied to clipboard
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
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
File name where to save data source results (after running pulumi preview
).