Skip to content

ClusterMemberProps

Properties for defining a ClusterMember.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-clustermember

Initializer

import { ClusterMemberProps } from '@alicloud/ros-cdk-edas'
const clusterMemberProps: ClusterMemberProps = { ... }

Properties

Name Type Description
clusterId string | @alicloud/ros-cdk-core.IResolvable Property clusterId: Cluster ID to import ECS instance.
instanceIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property instanceIds: ECS instance ID list to import.
password string | @alicloud/ros-cdk-core.IResolvable Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).

clusterIdRequired

public readonly clusterId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property clusterId: Cluster ID to import ECS instance.


instanceIdsRequired

public readonly instanceIds: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property instanceIds: ECS instance ID list to import.


passwordRequired

public readonly password: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).