instanceTypes

@JvmName(name = "fwhleuhvvghtqmtf")
suspend fun instanceTypes(value: Output<List<String>>)
@JvmName(name = "hcrjiqjgjgmkrsoq")
suspend fun instanceTypes(value: List<String>?)

Parameters

value

The instance types of the underlying host infrastructure of a multi-node parallel job.

This parameter isn't applicable to jobs that are running on Fargate resources.

In addition, this list object is currently limited to one element.


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


@JvmName(name = "lwoduojglsvmgavd")
suspend fun instanceTypes(values: List<Output<String>>)
@JvmName(name = "slycbaibrcvqdhgt")
suspend fun instanceTypes(vararg values: String)

Parameters

values

The instance types of the underlying host infrastructure of a multi-node parallel job.

This parameter isn't applicable to jobs that are running on Fargate resources.

In addition, this list object is currently limited to one element.