ADInfoProps
Properties for defining a ADInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-adinfo
Initializer
import ros_cdk_rds
ros_cdk_rds.ADInfoProps(
ad_account_name: typing.Union[str, IResolvable],
addns: typing.Union[str, IResolvable],
ad_password: typing.Union[str, IResolvable],
ad_server_ip_address: typing.Union[str, IResolvable],
db_instance_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
ad_account_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property adAccountName: Domain account name. |
addns |
typing.Union[str, ros_cdk_core.IResolvable] |
Property addns: Active directory domain name. |
ad_password |
typing.Union[str, ros_cdk_core.IResolvable] |
Property adPassword: Domain password. |
ad_server_ip_address |
typing.Union[str, ros_cdk_core.IResolvable] |
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS. |
db_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceId: The ID of the instance. |
ad_account_name
Required
ad_account_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property adAccountName: Domain account name.
addns
Required
addns: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property addns: Active directory domain name.
ad_password
Required
ad_password: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property adPassword: Domain password.
ad_server_ip_address
Required
ad_server_ip_address: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS.
db_instance_id
Required
db_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceId: The ID of the instance.