Amazon App Runner · Schema

CreateAutoScalingConfigurationRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
AutoScalingConfigurationName object
MaxConcurrency object
MinSize object
MaxSize object
Tags object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-createautoscalingconfigurationrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateAutoScalingConfigurationRequest",
  "type": "object",
  "properties": {
    "AutoScalingConfigurationName": {},
    "MaxConcurrency": {},
    "MinSize": {},
    "MaxSize": {},
    "Tags": {}
  },
  "required": [
    "AutoScalingConfigurationName"
  ]
}