AccountProps
Properties for defining a Account.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-account
Initializer
import { AccountProps } from '@alicloud/ros-cdk-drds'
const accountProps: AccountProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
dbPrivileges | @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DbPrivilegesProperty[] | Property dbPrivileges: Database permission information. |
drdsAccountName | string | @alicloud/ros-cdk-core.IResolvable | Property drdsAccountName: The name of the account. |
instanceId | string | @alicloud/ros-cdk-core.IResolvable | Property instanceId: The ID of the instance. |
password | string | @alicloud/ros-cdk-core.IResolvable | Property password: The password of the account. |
description | string | @alicloud/ros-cdk-core.IResolvable | Property description: Account remarks. |
dbPrivilegesRequired
public readonly dbPrivileges: IResolvable | IResolvable | DbPrivilegesProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DbPrivilegesProperty[]
Property dbPrivileges: Database permission information.
drdsAccountNameRequired
public readonly drdsAccountName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property drdsAccountName: The name of the account.
instanceIdRequired
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the instance.
passwordRequired
public readonly password: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property password: The password of the account.
descriptionOptional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Account remarks.
The default value of the advanced account is Created by DRDS, and the normal account does not have any comments. Remarks can be customized in account management.