Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
See https://www.paws-r-sdk.com/docs/apprunner_delete_auto_scaling_configuration/ for full documentation.
apprunner_delete_auto_scaling_configuration(AutoScalingConfigurationArn)
[required] The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.
The ARN can be a full auto scaling configuration ARN, or a partial ARN
ending with either .../name
or .../name/revision
. If a revision
isn't specified, the latest active revision is deleted.