Amazon App Runner · Schema

ResumeServiceResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Service object
OperationId object
View JSON Schema on GitHub

JSON Schema

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