placement Constraints
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). See Below.
suspend fun placementConstraints(vararg values: Output<EventTargetEcsTargetPlacementConstraintArgs>)
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). See Below.
suspend fun placementConstraints(argument: List<suspend EventTargetEcsTargetPlacementConstraintArgsBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend EventTargetEcsTargetPlacementConstraintArgsBuilder.() -> Unit)
suspend fun placementConstraints(argument: suspend EventTargetEcsTargetPlacementConstraintArgsBuilder.() -> 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). See Below.