placementConstraints

@JvmName(name = "tejmkwvppkvbwmjx")
suspend fun placementConstraints(value: Output<List<SchedulePlacementConstraintArgs>>)
@JvmName(name = "ttcfnbhiowehkhnv")
suspend fun placementConstraints(value: List<SchedulePlacementConstraintArgs>?)

Parameters

value

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).


@JvmName(name = "qpwatuvtoeywsdot")
suspend fun placementConstraints(vararg values: Output<SchedulePlacementConstraintArgs>)


@JvmName(name = "uqnghfbmdwjwpwdg")
suspend fun placementConstraints(values: List<Output<SchedulePlacementConstraintArgs>>)
@JvmName(name = "fasphibubhtxtpga")
suspend fun placementConstraints(vararg values: SchedulePlacementConstraintArgs)

Parameters

values

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).


@JvmName(name = "siirmjpoefxiuapl")
suspend fun placementConstraints(argument: List<suspend SchedulePlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "jxvjwemokomyidof")
suspend fun placementConstraints(vararg argument: suspend SchedulePlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "osyygwkdukujavcc")
suspend fun placementConstraints(argument: suspend SchedulePlacementConstraintArgsBuilder.() -> Unit)

Parameters

argument

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).