targetSize

@JvmName(name = "brgsacgkmyxqypfj")
suspend fun targetSize(value: Output<RegionInstanceGroupManagerVersionTargetSizeArgs>)
@JvmName(name = "ndyhahjvmqiikdet")
suspend fun targetSize(value: RegionInstanceGroupManagerVersionTargetSizeArgs?)

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 = "umkqjsmwiqqelqhr")
suspend fun targetSize(argument: suspend RegionInstanceGroupManagerVersionTargetSizeArgsBuilder.() -> 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.