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

DeleteAutoScalingConfigurationRequest

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

§Properties

§
AutoScalingConfigurationArn: string
[src]

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

The ARN can be a full auto scaling 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.