Title: Support for Multiple Scaling Policies in a Single File and Folder-Based Organization with Expression-Based Selection Description: We use a single Harness service to deploy ECS workloads into different AWS accounts and environments. Our service definitions are parameterized using Harness expressions, dynamically filled at runtime based on the target environment. Current Challenge: Currently, each scaling policy must be provided in a separate file. This creates complexity, especially since different environments (e.g., dev vs prod) require different sets of scaling policies. For example, dev might only need basic policies, while prod requires more advanced scaling. Managing multiple files and folders for each environment increases maintenance overhead and reduces clarity. Feature Request / Design Suggestion: Please add support for: Specifying multiple scaling policies within a single file, with Harness expressions to select and apply only the relevant policies for each environment at runtime. Organizing scaling policies within folders, so that Harness can reference a folder and select the appropriate policy or policies based on expressions or environment context. This enhancement would: Simplify service configuration Reduce the number of files and folders managed Make it easier to maintain environment-specific scaling requirements