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

DeleteObservabilityConfigurationRequest

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

§Properties

§
ObservabilityConfigurationArn: string
[src]

The Amazon Resource Name (ARN) of the App Runner observability configuration that you want to delete.

The ARN can be a full observability configuration ARN, or a partial ARN ending with either .../_name_ or .../_name_/_revision_. If a revision isn't specified, the latest active revision is deleted.