DefaultAutoScalingConfigurationVersionState constructor

const DefaultAutoScalingConfigurationVersionState({
  1. Input<String?>? autoScalingConfigurationArn,
  2. Input<String?>? region,
})

Creates a new DefaultAutoScalingConfigurationVersionState. autoScalingConfigurationArn ARN of the App Runner auto scaling configuration that you want to set as the default. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const DefaultAutoScalingConfigurationVersionState({
  this.autoScalingConfigurationArn,
  this.region,
});