class Aws::AppRunner::Types::AutoScalingConfigurationSummary

Provides summary information about an AWS 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.

@!attribute [rw] auto_scaling_configuration_arn

The Amazon Resource Name (ARN) of this auto scaling configuration.
@return [String]

@!attribute [rw] auto_scaling_configuration_name

The customer-provided auto scaling configuration name. It can be
used in multiple revisions of a configuration.
@return [String]

@!attribute [rw] auto_scaling_configuration_revision

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

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AutoScalingConfigurationSummary AWS API Documentation

Constants

SENSITIVE