RosClusterProps
Properties for defining a RosCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dashvector-cluster
Initializer
import { RosClusterProps } from '@alicloud/ros-cdk-dashvector'
const rosClusterProps: RosClusterProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
clusterName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
clusterType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
replicaCount |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
ignoreExisting |
boolean | @alicloud/ros-cdk-core.IResolvable |
No description. |
clusterNameRequired
public readonly clusterName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
clusterTypeRequired
public readonly clusterType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
replicaCountRequired
public readonly replicaCount: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
ignoreExistingOptional
public readonly ignoreExisting: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable