maximum Batch Size
suspend fun maximumBatchSize(value: Output<EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSizeArgs>)
suspend fun maximumBatchSize(value: EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSizeArgs)
Parameters
value
Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count. See Maximum Batch Size.
suspend fun maximumBatchSize(argument: suspend EndpointDeploymentConfigRollingUpdatePolicyMaximumBatchSizeArgsBuilder.() -> Unit)
Parameters
argument
Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count. See Maximum Batch Size.