Skip to content

RosAnyClusterProps

Properties for defining a RosAnyCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-anycluster

Initializer

import { RosAnyClusterProps } from '@alicloud/ros-cdk-cs'
const rosAnyClusterProps: RosAnyClusterProps = { ... }

Properties

Name Type Description
clusterConfig @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} No description.

clusterConfigRequired

public readonly clusterConfig: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}