Amazon App Runner · Schema

DescribeServiceResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Service object
View JSON Schema on GitHub

JSON Schema

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