placementStrategies

@JvmName(name = "tecmmwgljivoknno")
suspend fun placementStrategies(value: Output<List<ServicePlacementStrategyArgs>>)
@JvmName(name = "mxxmiiaqhkhxoxtr")
suspend fun placementStrategies(value: List<ServicePlacementStrategyArgs>?)

Parameters

value

The placement strategy objects to use for tasks in your service. You can specify a maximum of 5 strategy rules for each service. To remove this property from your service resource, specify an empty `PlacementStrategy` array.


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


@JvmName(name = "nhsrtubccdwayvfn")
suspend fun placementStrategies(values: List<Output<ServicePlacementStrategyArgs>>)
@JvmName(name = "ewcipuosdnjuyhaq")
suspend fun placementStrategies(vararg values: ServicePlacementStrategyArgs)

Parameters

values

The placement strategy objects to use for tasks in your service. You can specify a maximum of 5 strategy rules for each service. To remove this property from your service resource, specify an empty `PlacementStrategy` array.


@JvmName(name = "jyyejgwsgdbiiocu")
suspend fun placementStrategies(argument: List<suspend ServicePlacementStrategyArgsBuilder.() -> Unit>)
@JvmName(name = "kwesheodjxienefb")
suspend fun placementStrategies(vararg argument: suspend ServicePlacementStrategyArgsBuilder.() -> Unit)
@JvmName(name = "vpkprfemtghftegt")
suspend fun placementStrategies(argument: suspend ServicePlacementStrategyArgsBuilder.() -> Unit)

Parameters

argument

The placement strategy objects to use for tasks in your service. You can specify a maximum of 5 strategy rules for each service. To remove this property from your service resource, specify an empty `PlacementStrategy` array.