Get Auto Scaling Configuration Result
data class GetAutoScalingConfigurationResult(val autoScalingConfigurationArn: String? = null, val autoScalingConfigurationRevision: Int? = null, val latest: Boolean? = null)
Constructors
Link copied to clipboard
fun GetAutoScalingConfigurationResult(autoScalingConfigurationArn: String? = null, autoScalingConfigurationRevision: Int? = null, latest: Boolean? = null)
Types
Properties
Link copied to clipboard
It's set to true for the configuration with the highest Revision among all configurations that share the same AutoScalingConfigurationName. It's set to false otherwise. App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.