targetSize

@JvmName(name = "oyghtluibmpdbeqm")
suspend fun targetSize(value: Output<InstanceGroupManagerVersionTargetSizeArgs>)
@JvmName(name = "vpnxluaugaynvfnl")
suspend fun targetSize(value: InstanceGroupManagerVersionTargetSizeArgs?)

Parameters

value

The number of instances calculated as a fixed number or a percentage depending on the settings. Structure is documented below.

Exactly one version you specify must not have a target_size specified. During a rolling update, the instance group manager will fulfill the target_size constraints of every other version, and any remaining instances will be provisioned with the version where target_size is unset.


@JvmName(name = "nnijsdnbufkcinmm")
suspend fun targetSize(argument: suspend InstanceGroupManagerVersionTargetSizeArgsBuilder.() -> Unit)

Parameters

argument

The number of instances calculated as a fixed number or a percentage depending on the settings. Structure is documented below.

Exactly one version you specify must not have a target_size specified. During a rolling update, the instance group manager will fulfill the target_size constraints of every other version, and any remaining instances will be provisioned with the version where target_size is unset.