workerTypeSpecifications

@JvmName(name = "nvxottgfeyojsqkw")
suspend fun workerTypeSpecifications(value: Output<Map<String, ApplicationWorkerTypeSpecificationInputArgs>>)

Parameters

value

The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.


@JvmName(name = "wsiwysllgmmqiuxh")
suspend fun workerTypeSpecifications(vararg argument: Pair<String, suspend ApplicationWorkerTypeSpecificationInputArgsBuilder.() -> Unit>)

Parameters

argument

The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.


Parameters

values

The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.