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. |
adAccountName
Required
public readonly adAccountName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property adAccountName: Domain account name.
addns
Required
public readonly addns: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property addns: Active directory domain name.
adPassword
Required
public readonly adPassword: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property adPassword: Domain password.
adServerIpAddress
Required
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.
dbInstanceId
Required
public readonly dbInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbInstanceId: The ID of the instance.