Skip to content

Conversation

careyson
Copy link
Contributor

refactor(rds_custom toolset): Group toolsets by read/write intent

This refactors the toolset grouping logic for the RDS Custom product to provide a clearer and more intuitive model for users.

  • rds_custom_read: read-only toolset for safe auditing, monitoring, and analysis. It contains all Describe* class interfaces.

  • rds_custom_action: write-enabled toolset for all state-changing operations (e.g., Create*, Modify*, Delete*). It must be loaded alongside rds_custom_read to be effective.

  • rds_custom_all: meta-group that conveniently loads both read and action toolsets for full management access.

@cnwenf cnwenf merged commit 5b601c5 into aliyun:main Jun 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants