Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TraceConfiguration

import type { TraceConfiguration } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";

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

interface TraceConfiguration {
Vendor: TracingVendor;
}

§Properties

§

The implementation provider chosen for tracing App Runner services.