Amazon App Runner · Schema

StartDeploymentResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
OperationId object
View JSON Schema on GitHub

JSON Schema

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