Skip to content

Cluster2Props

Properties for defining a Cluster2.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-emr'
const cluster2Props: datasource.Cluster2Props = { ... }

Properties

Name Type Description
clusterIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property clusterIds: The list of emr cluster id.
clusterName string | @alicloud/ros-cdk-core.IResolvable Property clusterName: The name of cluster.
clusterStates @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property clusterStates: The list of emr cluster state.
clusterType @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property clusterType: The list of emr cluster type.
paymentTypes @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property paymentTypes: The payment type of emr cluster.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The resource group id of emr cluster.
tags @alicloud/ros-cdk-emr.datasource.RosCluster2.TagsProperty[] Property tags: Tags of emr cluster.

clusterIdsOptional

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

Property clusterIds: The list of emr cluster id.


clusterNameOptional

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

Property clusterName: The name of cluster.


clusterStatesOptional

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

Property clusterStates: The list of emr cluster state.


clusterTypeOptional

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

Property clusterType: The list of emr cluster type.


paymentTypesOptional

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

Property paymentTypes: The payment type of emr cluster.


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.


resourceGroupIdOptional

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

Property resourceGroupId: The resource group id of emr cluster.


tagsOptional

public readonly tags: TagsProperty[];
  • Type: @alicloud/ros-cdk-emr.datasource.RosCluster2.TagsProperty[]

Property tags: Tags of emr cluster.