DefaultAutoScalingConfigurationVersionState constructor
const
DefaultAutoScalingConfigurationVersionState({})
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,
});