Amazon App Runner · Schema

DescribeServiceRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ServiceArn object
View JSON Schema on GitHub

JSON Schema

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