instanceTypes

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


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