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

AutoScalingConfigurationSummary

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

Provides summary information about an App Runner automatic scaling configuration resource.

This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the "ListAutoScalingConfigurations" action. Complete configuration information is returned by the "CreateAutoScalingConfiguration", "DescribeAutoScalingConfiguration", and "DeleteAutoScalingConfiguration" actions using the "AutoScalingConfiguration" type.

interface AutoScalingConfigurationSummary {
AutoScalingConfigurationArn?: string | null;
AutoScalingConfigurationName?: string | null;
AutoScalingConfigurationRevision?: number | null;
}

§Properties

§
AutoScalingConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of this auto scaling configuration.

§
AutoScalingConfigurationName?: string | null
[src]

The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.

§
AutoScalingConfigurationRevision?: number | null
[src]

The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") with the same AutoScalingConfigurationName.