Skip to content

HpcClustersProps

Properties for defining a HpcClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-hpcclusters

Initializer

import { datasource } from '@alicloud/ros-cdk-ecs'
const hpcClustersProps: datasource.HpcClustersProps = { ... }

Properties

Name Type Description
hpcClusterIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property hpcClusterIds: The IDs of the HPC clusters.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

hpcClusterIdsOptional

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

Property hpcClusterIds: The IDs of the HPC clusters.

You can specify up to 100 HPC cluster IDs.


refreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.