AWS App Runner · Example Payload

App Runner Observability Configuration Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Observability Configuration Example is an example object payload from AWS App Runner, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ObservabilityConfigurationArnObservabilityConfigurationNameObservabilityConfigurationRevisionLatestStatusTraceConfigurationCreatedAtDeletedAt

Example Payload

Raw ↑
{
  "ObservabilityConfigurationArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "ObservabilityConfigurationName": "my-app-service",
  "ObservabilityConfigurationRevision": 42,
  "Latest": true,
  "Status": "ACTIVE",
  "TraceConfiguration": {
    "Vendor": "AWSXRAY"
  },
  "CreatedAt": "example-value",
  "DeletedAt": "example-value"
}