Skip to content

RosCluster2Props

Properties for defining a RosCluster2.

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

Initializer

import com.aliyun.ros.cdk.emr.RosCluster2Props;
RosCluster2Props.builder()
    .applications(IResolvable)
    .applications(java.util.List<IResolvable)
    .applications(ApplicationsProperty>)
    .clusterName(java.lang.String)
    .clusterName(IResolvable)
    .clusterType(java.lang.String)
    .clusterType(IResolvable)
    .nodeAttributes(IResolvable)
    .nodeAttributes(NodeAttributesProperty)
    .nodeGroups(IResolvable)
    .nodeGroups(java.util.List<IResolvable)
    .nodeGroups(NodeGroupsProperty>)
    .releaseVersion(java.lang.String)
    .releaseVersion(IResolvable)
//  .applicationConfigs(IResolvable)
//  .applicationConfigs(java.util.List<IResolvable)
//  .applicationConfigs(ApplicationConfigsProperty>)
//  .bootstrapScripts(IResolvable)
//  .bootstrapScripts(java.util.List<IResolvable)
//  .bootstrapScripts(BootstrapScriptsProperty>)
//  .deployMode(java.lang.String)
//  .deployMode(IResolvable)
//  .paymentType(java.lang.String)
//  .paymentType(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .securityMode(java.lang.String)
//  .securityMode(IResolvable)
//  .subscriptionConfig(IResolvable)
//  .subscriptionConfig(SubscriptionConfigProperty)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
applications com.aliyun.ros.cdk.core.IResolvable OR java.util.ListApplicationsProperty> No description.
clusterName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
clusterType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
nodeAttributes com.aliyun.ros.cdk.core.IResolvable OR NodeAttributesProperty No description.
nodeGroups com.aliyun.ros.cdk.core.IResolvable OR java.util.ListNodeGroupsProperty> No description.
releaseVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
applicationConfigs com.aliyun.ros.cdk.core.IResolvable OR java.util.ListApplicationConfigsProperty> No description.
bootstrapScripts com.aliyun.ros.cdk.core.IResolvable OR java.util.ListBootstrapScriptsProperty> No description.
deployMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
paymentType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
securityMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
subscriptionConfig com.aliyun.ros.cdk.core.IResolvable OR SubscriptionConfigProperty No description.
tags java.util.List<TagsProperty> No description.

applicationsRequired

public java.lang.Object getApplications();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListApplicationsProperty>

clusterNameRequired

public java.lang.Object getClusterName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

clusterTypeRequired

public java.lang.Object getClusterType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

nodeAttributesRequired

public java.lang.Object getNodeAttributes();

nodeGroupsRequired

public java.lang.Object getNodeGroups();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListNodeGroupsProperty>

releaseVersionRequired

public java.lang.Object getReleaseVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

applicationConfigsOptional

public java.lang.Object getApplicationConfigs();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListApplicationConfigsProperty>

bootstrapScriptsOptional

public java.lang.Object getBootstrapScripts();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListBootstrapScriptsProperty>

deployModeOptional

public java.lang.Object getDeployMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

paymentTypeOptional

public java.lang.Object getPaymentType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

securityModeOptional

public java.lang.Object getSecurityMode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

subscriptionConfigOptional

public java.lang.Object getSubscriptionConfig();

tagsOptional

public java.util.List<TagsProperty> getTags();