instanceTypes

@JvmName(name = "klhmkdrepsrfqggs")
suspend fun instanceTypes(value: Output<List<String>>)
@JvmName(name = "jdpsgkqjbdxskmko")
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 = "skaeailyrlisujcn")
suspend fun instanceTypes(vararg values: Output<String>)


@JvmName(name = "uglyoivuctasjtsw")
suspend fun instanceTypes(values: List<Output<String>>)
@JvmName(name = "wadcvlkhvmcdpmwh")
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.