AWS App Runner · Example Payload

App Runner Auto Scaling Configuration Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Auto Scaling Configuration Example is an example object payload from AWS App Runner, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AutoScalingConfigurationArnAutoScalingConfigurationNameAutoScalingConfigurationRevisionLatestStatusMaxConcurrencyMinSizeMaxSizeCreatedAtDeletedAtHasAssociatedServiceIsDefault

Example Payload

Raw ↑
{
  "AutoScalingConfigurationArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "AutoScalingConfigurationName": "my-app-service",
  "AutoScalingConfigurationRevision": 42,
  "Latest": true,
  "Status": "ACTIVE",
  "MaxConcurrency": 42,
  "MinSize": 42,
  "MaxSize": 42,
  "CreatedAt": "example-value",
  "DeletedAt": "example-value",
  "HasAssociatedService": true,
  "IsDefault": true
}