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. |
ClusterIds
Optional
ClusterIds interface{}
- Type: interface{}
Property clusterIds: The list of emr cluster id.
ClusterName
Optional
ClusterName interface{}
- Type: interface{}
Property clusterName: The name of cluster.
ClusterStates
Optional
ClusterStates interface{}
- Type: interface{}
Property clusterStates: The list of emr cluster state.
ClusterType
Optional
ClusterType interface{}
- Type: interface{}
Property clusterType: The list of emr cluster type.
PaymentTypes
Optional
PaymentTypes interface{}
- Type: interface{}
Property paymentTypes: The payment type of emr cluster.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The resource group id of emr cluster.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.datasource.RosCluster2.TagsProperty
Property tags: Tags of emr cluster.