AccountProps
Properties for defining a Account
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adb-account
Initializer
import ros_cdk_adb
ros_cdk_adb.AccountProps(
account_name: typing.Union[str, IResolvable],
account_password: typing.Union[str, IResolvable],
db_cluster_id: typing.Union[str, IResolvable],
account_description: typing.Union[str, IResolvable] = None,
account_type: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
account_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountName: The name of the account. |
account_password |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountPassword: The password of the account. |
db_cluster_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbClusterId: The ID of the cluster. |
account_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountDescription: The description of the account. |
account_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accountType: Normal: standard account Super: privileged account. |
account_name
Required
account_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountName: The name of the account.
account_password
Required
account_password: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountPassword: The password of the account.
The password must contain uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * () _ + - and = The password must be 8 to 32 characters in length.
db_cluster_id
Required
db_cluster_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbClusterId: The ID of the cluster.
account_description
Optional
account_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountDescription: The description of the account.
The description cannot start with http://or https://. The description can be up to 256 characters in length.
account_type
Optional
account_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accountType: Normal: standard account Super: privileged account.