Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dashvector-cluster

Initializer

import ros_cdk_dashvector
ros_cdk_dashvector.RosClusterProps(
  cluster_name: typing.Union[str, IResolvable],
  cluster_type: typing.Union[str, IResolvable],
  replica_count: typing.Union[typing.Union[int, float], IResolvable],
  ignore_existing: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
cluster_name typing.Union[str, ros_cdk_core.IResolvable] No description.
cluster_type typing.Union[str, ros_cdk_core.IResolvable] No description.
replica_count typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.
ignore_existing typing.Union[bool, ros_cdk_core.IResolvable] No description.

cluster_nameRequired

cluster_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

cluster_typeRequired

cluster_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

replica_countRequired

replica_count: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

ignore_existingOptional

ignore_existing: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]