Amazon App Runner · Schema

TraceConfiguration

Describes the configuration of the tracing feature within an App Runner observability configuration.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Vendor object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-traceconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TraceConfiguration",
  "description": "Describes the configuration of the tracing feature within an App Runner observability configuration.",
  "type": "object",
  "properties": {
    "Vendor": {}
  },
  "required": [
    "Vendor"
  ]
}