Cluster2Props
Properties for defining a Cluster2.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-emr-cluster2
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new Cluster2Props {
    object ClusterIds = null,
    object ClusterName = null,
    object ClusterStates = null,
    object ClusterType = null,
    object PaymentTypes = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};
Properties
| Name | Type | Description | 
|---|---|---|
| ClusterIds | object | Property clusterIds: The list of emr cluster id. | 
| ClusterName | object | Property clusterName: The name of cluster. | 
| ClusterStates | object | Property clusterStates: The list of emr cluster state. | 
| ClusterType | object | Property clusterType: The list of emr cluster type. | 
| PaymentTypes | object | Property paymentTypes: The payment type of emr cluster. | 
| RefreshOptions | object | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
| ResourceGroupId | object | Property resourceGroupId: The resource group id of emr cluster. | 
| Tags | AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[] | Property tags: Tags of emr cluster. | 
ClusterIdsOptional 
public object ClusterIds { get; set; }
- Type: object
Property clusterIds: The list of emr cluster id.
ClusterNameOptional 
public object ClusterName { get; set; }
- Type: object
Property clusterName: The name of cluster.
ClusterStatesOptional 
public object ClusterStates { get; set; }
- Type: object
Property clusterStates: The list of emr cluster state.
ClusterTypeOptional 
public object ClusterType { get; set; }
- Type: object
Property clusterType: The list of emr cluster type.
PaymentTypesOptional 
public object PaymentTypes { get; set; }
- Type: object
Property paymentTypes: The payment type of emr cluster.
RefreshOptionsOptional 
public object RefreshOptions { get; set; }
- Type: object
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 object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The resource group id of emr cluster.
TagsOptional 
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Emr.datasource.RosCluster2.TagsProperty[]
Property tags: Tags of emr cluster.