DBInstancesProps
Properties for defining a DBInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstances
Initializer
import { datasource } from '@alicloud/ros-cdk-rds'
const dBInstancesProps: datasource.DBInstancesProps = { ... }
Properties
Name | Type | Description |
---|---|---|
connectionMode |
string | @alicloud/ros-cdk-core.IResolvable |
Property connectionMode: The connection mode of the instance. |
connectionString |
string | @alicloud/ros-cdk-core.IResolvable |
Property connectionString: The endpoint of the instance. |
dbInstanceClass |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbInstanceClass: The instance type of the instances. |
dbInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbInstanceId: The ID of the instance. |
dbInstanceStatus |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbInstanceStatus: The status of the instances. |
dbInstanceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbInstanceType: The role of the instances. |
dedicatedHostGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong. |
dedicatedHostId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster. |
engine |
string | @alicloud/ros-cdk-core.IResolvable |
Property engine: The database engine that is run by the instances. |
engineVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property engineVersion: The version of the database engine that is run by the instances. |
expired |
string | @alicloud/ros-cdk-core.IResolvable |
Property expired: Specifies whether the instances have expired. |
instanceLevel |
number | @alicloud/ros-cdk-core.IResolvable |
Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter. |
instanceNetworkType |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceNetworkType: The network type of the instances. |
payType |
string | @alicloud/ros-cdk-core.IResolvable |
Property payType: The billing method of the instances. |
proxyId |
string | @alicloud/ros-cdk-core.IResolvable |
Property proxyId: The ID of the proxy mode. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the instances belong. |
searchKey |
string | @alicloud/ros-cdk-core.IResolvable |
Property searchKey: The keywords that are contained in the IDs or descriptions of the instances. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC. |
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
Property zoneId: The ID of the zone to which the instances belong. |
connectionMode
Optional
public readonly connectionMode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property connectionMode: The connection mode of the instance.
connectionString
Optional
public readonly connectionString: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property connectionString: The endpoint of the instance.
dbInstanceClass
Optional
public readonly dbInstanceClass: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbInstanceClass: The instance type of the instances.
dbInstanceId
Optional
public readonly dbInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbInstanceId: The ID of the instance.
dbInstanceStatus
Optional
public readonly dbInstanceStatus: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbInstanceStatus: The status of the instances.
dbInstanceType
Optional
public readonly dbInstanceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbInstanceType: The role of the instances.
dedicatedHostGroupId
Optional
public readonly dedicatedHostGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong.
dedicatedHostId
Optional
public readonly dedicatedHostId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster.
engine
Optional
public readonly engine: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property engine: The database engine that is run by the instances.
engineVersion
Optional
public readonly engineVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property engineVersion: The version of the database engine that is run by the instances.
expired
Optional
public readonly expired: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property expired: Specifies whether the instances have expired.
instanceLevel
Optional
public readonly instanceLevel: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter.
instanceNetworkType
Optional
public readonly instanceNetworkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceNetworkType: The network type of the instances.
payType
Optional
public readonly payType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property payType: The billing method of the instances.
proxyId
Optional
public readonly proxyId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property proxyId: The ID of the proxy mode.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group to which the instances belong.
searchKey
Optional
public readonly searchKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property searchKey: The keywords that are contained in the IDs or descriptions of the instances.
vpcId
Optional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong.
vSwitchId
Optional
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC.
zoneId
Optional
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property zoneId: The ID of the zone to which the instances belong.