create_db_instance_account
Create a new database account for an RDS instance. Specify region, instance ID, account name, password, and optional type and description.
Instructions
Create a new account for an RDS instance.
Args:
region_id: The region ID of the RDS instance.
db_instance_id: The ID of the RDS instance.
account_name: The name of the new account.
account_password: The password for the new account.
account_description: The description for the new account.
account_type: The type of the new account. (e.g. Normal,Super)
Returns:
dict[str, Any]: The response.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_id | Yes | ||
| db_instance_id | Yes | ||
| account_name | Yes | ||
| account_password | Yes | ||
| account_description | No | ||
| account_type | No | Normal |