Class DeleteAutoScalingConfigurationRequest

    • Method Detail

      • autoScalingConfigurationArn

        public final String autoScalingConfigurationArn()

        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.

        Returns:
        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.

      • deleteAllRevisions

        public final Boolean deleteAllRevisions()

        Set to true to delete all of the revisions associated with the AutoScalingConfigurationArn parameter value.

        When DeleteAllRevisions is set to true, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with: .../name.

        Returns:
        Set to true to delete all of the revisions associated with the AutoScalingConfigurationArn parameter value.

        When DeleteAllRevisions is set to true, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with: .../name.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object