Delete an App Runner automatic scaling configuration resource
Source:R/apprunner_operations.R
apprunner_delete_auto_scaling_configuration.RdDelete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or 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.
Usage
apprunner_delete_auto_scaling_configuration(
AutoScalingConfigurationArn,
DeleteAllRevisions = NULL
)Arguments
- 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
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is deleted.- DeleteAllRevisions
Set to
trueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.When
DeleteAllRevisionsis set totrue, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with:.../name.