placementConstraints

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). Detailed below.


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


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). Detailed below.


@JvmName(name = "hsxsbnhkrjjsafur")
suspend fun placementConstraints(argument: List<suspend PipeTargetParametersEcsTaskParametersPlacementConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "jcneeghpqgygulrg")
suspend fun placementConstraints(vararg argument: suspend PipeTargetParametersEcsTaskParametersPlacementConstraintArgsBuilder.() -> Unit)
@JvmName(name = "tbumdwmebyqtpwbm")
suspend fun placementConstraints(argument: suspend PipeTargetParametersEcsTaskParametersPlacementConstraintArgsBuilder.() -> 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). Detailed below.