All Products
Search
Document Center

CloudOps Orchestration Service:ACS::RDS::CreateAccount

Last Updated:Jul 31, 2024

Description

Creates an account for an ApsaraDB RDS instance.

Syntax

Action: ACS::RDS::CreateAccount
Properties:
 regionId: String
 dbInstanceId: String
 accountName: String
 accountType: String
 accountPassword: String
 accountDescription: String

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The ID of the region in which the ApsaraDB RDS instance resides.

String

No

{{ ACS::RegionId }}

dbInstanceId

The ID of the ApsaraDB RDS instance for which you want to create the account.

String

Yes

accountName

The name of the account to be created.

String

Yes

accountType

The type of the account to be created.

String

No

Normal

accountPassword

The password of the account to be created.

String

Yes

accountDescription

The description of the account to be created.

String

No

Output

None

References

For more information, see ACS::RDS::CreateAccount.yml at GitHub.