RosDBClusterProps
Properties for defining a RosDBCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-dbcluster
Initializer
import ros_cdk_clickhouse
ros_cdk_clickhouse.RosDBClusterProps(
category: typing.Union[str, IResolvable],
db_cluster_network_type: typing.Union[str, IResolvable],
db_cluster_type: typing.Union[str, IResolvable],
db_cluster_version: typing.Union[str, IResolvable],
db_node_count: typing.Union[typing.Union[int, float], IResolvable],
db_node_storage: typing.Union[typing.Union[int, float], IResolvable],
db_node_storage_type: typing.Union[str, IResolvable],
payment_type: typing.Union[str, IResolvable],
db_cluster_description: typing.Union[str, IResolvable] = None,
encryption_key: typing.Union[str, IResolvable] = None,
encryption_type: typing.Union[str, IResolvable] = None,
period: typing.Union[str, IResolvable] = None,
used_time: typing.Union[typing.Union[int, float], 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 |
|---|---|---|
category |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_cluster_network_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_cluster_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_cluster_version |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_node_count |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
db_node_storage |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
db_node_storage_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
payment_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
db_cluster_description |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
encryption_key |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
encryption_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
period |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
used_time |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
No description. |
vpc_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
v_switch_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
zone_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
categoryRequired
category: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_cluster_network_typeRequired
db_cluster_network_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_cluster_typeRequired
db_cluster_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_cluster_versionRequired
db_cluster_version: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_node_countRequired
db_node_count: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
db_node_storageRequired
db_node_storage: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
db_node_storage_typeRequired
db_node_storage_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
payment_typeRequired
payment_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
db_cluster_descriptionOptional
db_cluster_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
encryption_keyOptional
encryption_key: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
encryption_typeOptional
encryption_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
periodOptional
period: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
used_timeOptional
used_time: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
vpc_idOptional
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
v_switch_idOptional
v_switch_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
zone_idOptional
zone_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]