Skip to content

RosCluster2Props

Properties for defining a RosCluster2.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.RosCluster2Props {
    Applications: interface{},
    ClusterName: interface{},
    ClusterType: interface{},
    NodeAttributes: interface{},
    NodeGroups: interface{},
    ReleaseVersion: interface{},
    ApplicationConfigs: interface{},
    BootstrapScripts: interface{},
    DeployMode: interface{},
    PaymentType: interface{},
    ResourceGroupId: interface{},
    SecurityMode: interface{},
    SubscriptionConfig: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr.RosCluster2.TagsProperty,
}

Properties

Name Type Description
Applications interface{} No description.
ClusterName interface{} No description.
ClusterType interface{} No description.
NodeAttributes interface{} No description.
NodeGroups interface{} No description.
ReleaseVersion interface{} No description.
ApplicationConfigs interface{} No description.
BootstrapScripts interface{} No description.
DeployMode interface{} No description.
PaymentType interface{} No description.
ResourceGroupId interface{} No description.
SecurityMode interface{} No description.
SubscriptionConfig interface{} No description.
Tags *[]TagsProperty No description.

ApplicationsRequired

Applications interface{}
  • Type: interface{}

ClusterNameRequired

ClusterName interface{}
  • Type: interface{}

ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

NodeAttributesRequired

NodeAttributes interface{}
  • Type: interface{}

NodeGroupsRequired

NodeGroups interface{}
  • Type: interface{}

ReleaseVersionRequired

ReleaseVersion interface{}
  • Type: interface{}

ApplicationConfigsOptional

ApplicationConfigs interface{}
  • Type: interface{}

BootstrapScriptsOptional

BootstrapScripts interface{}
  • Type: interface{}

DeployModeOptional

DeployMode interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityModeOptional

SecurityMode interface{}
  • Type: interface{}

SubscriptionConfigOptional

SubscriptionConfig interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty