nodeProperties

@JvmName(name = "gqbrdwaypmwayphn")
suspend fun nodeProperties(value: Output<JobDefinitionNodePropertiesArgs>)
@JvmName(name = "guqutshlwxtpklcf")
suspend fun nodeProperties(value: JobDefinitionNodePropertiesArgs?)

Parameters

value

An object with properties that are specific to multi-node parallel jobs. When nodeProperties is used in the job definition, it can't be used in addition to containerProperties , ecsProperties , or eksProperties .

If the job runs on Fargate resources, don't specify nodeProperties . Use containerProperties instead.


@JvmName(name = "plbwahpopogctwds")
suspend fun nodeProperties(argument: suspend JobDefinitionNodePropertiesArgsBuilder.() -> Unit)

Parameters

argument

An object with properties that are specific to multi-node parallel jobs. When nodeProperties is used in the job definition, it can't be used in addition to containerProperties , ecsProperties , or eksProperties .

If the job runs on Fargate resources, don't specify nodeProperties . Use containerProperties instead.