Amazon App Runner · Schema

StartDeploymentRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ServiceArn object
View JSON Schema on GitHub

JSON Schema

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