Skip to content

Cluster2Props

Properties for defining a Cluster2.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr/datasource"
&datasource.Cluster2Props {
    ClusterIds: interface{},
    ClusterName: interface{},
    ClusterStates: interface{},
    ClusterType: interface{},
    PaymentTypes: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.datasource.RosCluster2.TagsProperty,
}

Properties

Name Type Description
ClusterIds interface{} Property clusterIds: The list of emr cluster id.
ClusterName interface{} Property clusterName: The name of cluster.
ClusterStates interface{} Property clusterStates: The list of emr cluster state.
ClusterType interface{} Property clusterType: The list of emr cluster type.
PaymentTypes interface{} Property paymentTypes: The payment type of emr cluster.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId interface{} Property resourceGroupId: The resource group id of emr cluster.
Tags *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.datasource.RosCluster2.TagsProperty Property tags: Tags of emr cluster.

ClusterIdsOptional

ClusterIds interface{}
  • Type: interface{}

Property clusterIds: The list of emr cluster id.


ClusterNameOptional

ClusterName interface{}
  • Type: interface{}

Property clusterName: The name of cluster.


ClusterStatesOptional

ClusterStates interface{}
  • Type: interface{}

Property clusterStates: The list of emr cluster state.


ClusterTypeOptional

ClusterType interface{}
  • Type: interface{}

Property clusterType: The list of emr cluster type.


PaymentTypesOptional

PaymentTypes interface{}
  • Type: interface{}

Property paymentTypes: The payment type of emr cluster.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The resource group id of emr cluster.


TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.datasource.RosCluster2.TagsProperty

Property tags: Tags of emr cluster.