{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AutoScalingConfiguration", "description": "

Describes an App Runner automatic scaling configuration resource.

A higher MinSize increases the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.

A lower MaxSize controls your cost. The tradeoff is lower responsiveness during peak demand.

Multiple revisions of a configuration might have the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values.

", "type": "object", "properties": { "AutoScalingConfigurationArn": {}, "AutoScalingConfigurationName": {}, "AutoScalingConfigurationRevision": {}, "Latest": {}, "Status": {}, "MaxConcurrency": {}, "MinSize": {}, "MaxSize": {}, "CreatedAt": {}, "DeletedAt": {} } }