Amazon App Runner · Schema

DescribeAutoScalingConfigurationResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
AutoScalingConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-describeautoscalingconfigurationresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DescribeAutoScalingConfigurationResponse",
  "type": "object",
  "properties": {
    "AutoScalingConfiguration": {}
  },
  "required": [
    "AutoScalingConfiguration"
  ]
}