Skip to content

HpcClustersProps

Properties for defining a HpcClusters.

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

Initializer

from ros_cdk_ecs import datasource
datasource.HpcClustersProps(
  hpc_cluster_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
hpc_cluster_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property hpcClusterIds: The IDs of the HPC clusters.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

hpc_cluster_idsOptional

hpc_cluster_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property hpcClusterIds: The IDs of the HPC clusters.

You can specify up to 100 HPC cluster IDs.


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.