AutoScalingConfigurationAttributes

class aws_cdk.aws_apprunner_alpha.AutoScalingConfigurationAttributes(*, auto_scaling_configuration_name, auto_scaling_configuration_revision)

Bases: object

(experimental) Attributes for the App Runner Auto Scaling Configuration.

Parameters:
  • auto_scaling_configuration_name (str) – (experimental) The name of the Auto Scaling Configuration.

  • auto_scaling_configuration_revision (Union[int, float]) – (experimental) The revision of the Auto Scaling Configuration.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_apprunner_alpha as apprunner_alpha

auto_scaling_configuration_attributes = apprunner_alpha.AutoScalingConfigurationAttributes(
    auto_scaling_configuration_name="autoScalingConfigurationName",
    auto_scaling_configuration_revision=123
)

Attributes

auto_scaling_configuration_name

(experimental) The name of the Auto Scaling Configuration.

Stability:

experimental

auto_scaling_configuration_revision

(experimental) The revision of the Auto Scaling Configuration.

Stability:

experimental