Amazon App Runner · Schema

DeleteAutoScalingConfigurationRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
AutoScalingConfigurationArn object
View JSON Schema on GitHub

JSON Schema

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