placementStrategies

@JvmName(name = "xquejqqyweydlhon")
suspend fun placementStrategies(value: Output<List<RulePlacementStrategyArgs>>)
@JvmName(name = "wqytwfjbpfkibdrp")
suspend fun placementStrategies(value: List<RulePlacementStrategyArgs>?)

Parameters

value

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.


@JvmName(name = "fkabasihjwgimsmj")
suspend fun placementStrategies(vararg values: Output<RulePlacementStrategyArgs>)


@JvmName(name = "bgwmnavgwalyclxv")
suspend fun placementStrategies(values: List<Output<RulePlacementStrategyArgs>>)
@JvmName(name = "khpavgeeawxyhvjy")
suspend fun placementStrategies(vararg values: RulePlacementStrategyArgs)

Parameters

values

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.


@JvmName(name = "hxbwggtnhatvqswe")
suspend fun placementStrategies(argument: List<suspend RulePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "mvadqaddajulbfto")
suspend fun placementStrategies(vararg argument: suspend RulePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "vaajvrobaxwytxmi")
suspend fun placementStrategies(argument: suspend RulePlacementStrategyArgsBuilder.() -> Unit)

Parameters

argument

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.