applications

@JvmName(name = "fevrjpukcpoeiltw")
suspend fun applications(value: Output<List<String>>)
@JvmName(name = "ebfghpxgxbyvbgbm")
suspend fun applications(value: List<String>?)

Parameters

value

The applications of EMR cluster to be installed, e.g. HADOOP-COMMON, HDFS, YARN, HIVE, SPARK2, SPARK3, ZOOKEEPER etc. You can find all valid applications in emr web console.


@JvmName(name = "gmwgvmulhskiixkp")
suspend fun applications(vararg values: Output<String>)


@JvmName(name = "mmulhjhwegfwhymu")
suspend fun applications(values: List<Output<String>>)
@JvmName(name = "ojgcauyjhxlsqdrr")
suspend fun applications(vararg values: String)

Parameters

values

The applications of EMR cluster to be installed, e.g. HADOOP-COMMON, HDFS, YARN, HIVE, SPARK2, SPARK3, ZOOKEEPER etc. You can find all valid applications in emr web console.