placement Constraints
suspend fun placementConstraints(value: Output<List<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>>)
suspend fun placementConstraints(value: List<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>?)
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.
suspend fun placementConstraints(vararg values: Output<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>)
suspend fun placementConstraints(values: List<Output<PipeTargetParametersEcsTaskParametersPlacementConstraintArgs>>)
suspend fun placementConstraints(vararg values: 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.
suspend fun placementConstraints(argument: List<suspend PipeTargetParametersEcsTaskParametersPlacementConstraintArgsBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend PipeTargetParametersEcsTaskParametersPlacementConstraintArgsBuilder.() -> Unit)
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.