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. |
clusterName
Required
public readonly clusterName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
clusterType
Required
public readonly clusterType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
replicaCount
Required
public readonly replicaCount: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
ignoreExisting
Optional
public readonly ignoreExisting: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable