DBInstancesProps
Properties for defining a DBInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstances
Initializer
from ros_cdk_rds import datasource
datasource.DBInstancesProps(
connection_mode: typing.Union[str, IResolvable] = None,
connection_string: typing.Union[str, IResolvable] = None,
db_instance_class: typing.Union[str, IResolvable] = None,
db_instance_id: typing.Union[str, IResolvable] = None,
db_instance_status: typing.Union[str, IResolvable] = None,
db_instance_type: typing.Union[str, IResolvable] = None,
dedicated_host_group_id: typing.Union[str, IResolvable] = None,
dedicated_host_id: typing.Union[str, IResolvable] = None,
engine: typing.Union[str, IResolvable] = None,
engine_version: typing.Union[str, IResolvable] = None,
expired: typing.Union[str, IResolvable] = None,
instance_level: typing.Union[typing.Union[int, float], IResolvable] = None,
instance_network_type: typing.Union[str, IResolvable] = None,
pay_type: typing.Union[str, IResolvable] = None,
proxy_id: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None,
search_key: typing.Union[str, IResolvable] = None,
vpc_id: typing.Union[str, IResolvable] = None,
v_switch_id: typing.Union[str, IResolvable] = None,
zone_id: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
connection_mode |
typing.Union[str, ros_cdk_core.IResolvable] |
Property connectionMode: The connection mode of the instance. |
connection_string |
typing.Union[str, ros_cdk_core.IResolvable] |
Property connectionString: The endpoint of the instance. |
db_instance_class |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceClass: The instance type of the instances. |
db_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceId: The ID of the instance. |
db_instance_status |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceStatus: The status of the instances. |
db_instance_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceType: The role of the instances. |
dedicated_host_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong. |
dedicated_host_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster. |
engine |
typing.Union[str, ros_cdk_core.IResolvable] |
Property engine: The database engine that is run by the instances. |
engine_version |
typing.Union[str, ros_cdk_core.IResolvable] |
Property engineVersion: The version of the database engine that is run by the instances. |
expired |
typing.Union[str, ros_cdk_core.IResolvable] |
Property expired: Specifies whether the instances have expired. |
instance_level |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter. |
instance_network_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceNetworkType: The network type of the instances. |
pay_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property payType: The billing method of the instances. |
proxy_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property proxyId: The ID of the proxy mode. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: The ID of the resource group to which the instances belong. |
search_key |
typing.Union[str, ros_cdk_core.IResolvable] |
Property searchKey: The keywords that are contained in the IDs or descriptions of the instances. |
vpc_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong. |
v_switch_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC. |
zone_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property zoneId: The ID of the zone to which the instances belong. |
connection_modeOptional
connection_mode: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property connectionMode: The connection mode of the instance.
connection_stringOptional
connection_string: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property connectionString: The endpoint of the instance.
db_instance_classOptional
db_instance_class: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceClass: The instance type of the instances.
db_instance_idOptional
db_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceId: The ID of the instance.
db_instance_statusOptional
db_instance_status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceStatus: The status of the instances.
db_instance_typeOptional
db_instance_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceType: The role of the instances.
dedicated_host_group_idOptional
dedicated_host_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the instances belong.
dedicated_host_idOptional
dedicated_host_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dedicatedHostId: The ID of the host to which the instances belong in the specified dedicated cluster.
engineOptional
engine: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property engine: The database engine that is run by the instances.
engine_versionOptional
engine_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property engineVersion: The version of the database engine that is run by the instances.
expiredOptional
expired: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property expired: Specifies whether the instances have expired.
instance_levelOptional
instance_level: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property instanceLevel: Specifies whether to return the RDS editions of the instances by using the Category parameter.
instance_network_typeOptional
instance_network_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceNetworkType: The network type of the instances.
pay_typeOptional
pay_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property payType: The billing method of the instances.
proxy_idOptional
proxy_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property proxyId: The ID of the proxy mode.
refresh_optionsOptional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
resource_group_idOptional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: The ID of the resource group to which the instances belong.
search_keyOptional
search_key: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property searchKey: The keywords that are contained in the IDs or descriptions of the instances.
vpc_idOptional
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vpcId: The ID of the virtual private cloud (VPC) to which the instances belong.
v_switch_idOptional
v_switch_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vSwitchId: The ID of the vSwitch that is associated with the specified VPC.
zone_idOptional
zone_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property zoneId: The ID of the zone to which the instances belong.