Amazon App Runner · Schema

CreateAutoScalingConfigurationResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
AutoScalingConfiguration object
View JSON Schema on GitHub

JSON Schema

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