ADInfoProps
Properties for defining a ADInfo.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-adinfo
Initializer
import { ADInfoProps } from '@alicloud/ros-cdk-rds'
const aDInfoProps: ADInfoProps = { ... }
Properties
| Name | Type | Description | 
|---|---|---|
adAccountName | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property adAccountName: Domain account name. | 
addns | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property addns: Active directory domain name. | 
adPassword | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property adPassword: Domain password. | 
adServerIpAddress | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS. | 
dbInstanceId | 
string | @alicloud/ros-cdk-core.IResolvable | 
Property dbInstanceId: The ID of the instance. | 
adAccountNameRequired 
public readonly adAccountName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property adAccountName: Domain account name.
addnsRequired 
public readonly addns: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property addns: Active directory domain name.
adPasswordRequired 
public readonly adPassword: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property adPassword: Domain password.
adServerIpAddressRequired 
public readonly adServerIpAddress: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property adServerIpAddress: The IP address of the AD server, it must be in the same VPC as the RDS.
dbInstanceIdRequired 
public readonly dbInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
 
Property dbInstanceId: The ID of the instance.