placement Constraints
suspend fun placementConstraints(value: Output<List<ScheduleTargetEcsParametersPlacementConstraintArgs>>)
Parameters
value
A set of up to 10 placement constraints to use for the task. Detailed below.
suspend fun placementConstraints(vararg values: Output<ScheduleTargetEcsParametersPlacementConstraintArgs>)
suspend fun placementConstraints(values: List<Output<ScheduleTargetEcsParametersPlacementConstraintArgs>>)
Parameters
values
A set of up to 10 placement constraints to use for the task. Detailed below.
suspend fun placementConstraints(argument: List<suspend ScheduleTargetEcsParametersPlacementConstraintArgsBuilder.() -> Unit>)
suspend fun placementConstraints(vararg argument: suspend ScheduleTargetEcsParametersPlacementConstraintArgsBuilder.() -> Unit)
suspend fun placementConstraints(argument: suspend ScheduleTargetEcsParametersPlacementConstraintArgsBuilder.() -> Unit)
Parameters
argument
A set of up to 10 placement constraints to use for the task. Detailed below.