Get Auto Scaling Configuration Result
data class GetAutoScalingConfigurationResult(val autoScalingConfigurationArn: String? = null, val autoScalingConfigurationRevision: Int? = null, val latest: Boolean? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of this auto scaling configuration.
Link copied to clipboard
The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName.
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.