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

CreateObservabilityConfigurationRequest

import type { CreateObservabilityConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface CreateObservabilityConfigurationRequest {
ObservabilityConfigurationName: string;
Tags?: Tag[] | null;
TraceConfiguration?: TraceConfiguration | null;
}

§Properties

§
ObservabilityConfigurationName: string
[src]

A name for the observability configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.

Note: The name DefaultConfiguration is reserved. You can't use it to create a new observability configuration, and you can't create a revision of it. When you want to use your own observability configuration for your App Runner service, create a configuration with a different name, and then provide it when you create or update your service.

§
Tags?: Tag[] | null
[src]

A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair.

§
TraceConfiguration?: TraceConfiguration | null
[src]

The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing.