Skip to content

Cluster2Props

Properties for defining a Cluster2.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-cluster2

Initializer

from ros_cdk_emr import datasource
datasource.Cluster2Props(
  cluster_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  cluster_name: typing.Union[str, IResolvable] = None,
  cluster_states: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  cluster_type: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  payment_types: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
cluster_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property clusterIds: The list of emr cluster id.
cluster_name typing.Union[str, ros_cdk_core.IResolvable] Property clusterName: The name of cluster.
cluster_states typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property clusterStates: The list of emr cluster state.
cluster_type typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property clusterType: The list of emr cluster type.
payment_types typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property paymentTypes: The payment type of emr cluster.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The resource group id of emr cluster.
tags typing.List[ros_cdk_emr.datasource.RosCluster2.TagsProperty] Property tags: Tags of emr cluster.

cluster_idsOptional

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 clusterIds: The list of emr cluster id.


cluster_nameOptional

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

Property clusterName: The name of cluster.


cluster_statesOptional

cluster_states: 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 clusterStates: The list of emr cluster state.


cluster_typeOptional

cluster_type: 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 clusterType: The list of emr cluster type.


payment_typesOptional

payment_types: 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 paymentTypes: The payment type of emr cluster.


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.

resource_group_idOptional

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

Property resourceGroupId: The resource group id of emr cluster.


tagsOptional

tags: typing.List[TagsProperty]
  • Type: typing.List[ros_cdk_emr.datasource.RosCluster2.TagsProperty]

Property tags: Tags of emr cluster.