GetAutoScalingConfigurationResult

data class GetAutoScalingConfigurationResult(val autoScalingConfigurationArn: String? = null, val autoScalingConfigurationRevision: Int? = null, val latest: Boolean? = null)

Constructors

Link copied to clipboard
constructor(autoScalingConfigurationArn: String? = null, autoScalingConfigurationRevision: Int? = null, latest: Boolean? = null)

Types

Link copied to clipboard
object Companion

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
val latest: Boolean? = null

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.