Cluster Args
data class ClusterArgs(val bootstrapActions: Output<List<ClusterBootstrapActionArgs>>? = null, val chargeType: Output<String>? = null, val clusterType: Output<String>? = null, val configs: Output<List<ClusterConfigArgs>>? = null, val depositType: Output<String>? = null, val easEnable: Output<Boolean>? = null, val emrVer: Output<String>? = null, val highAvailabilityEnable: Output<Boolean>? = null, val hostGroups: Output<List<ClusterHostGroupArgs>>? = null, val isOpenPublicIp: Output<Boolean>? = null, val keyPairName: Output<String>? = null, val masterPwd: Output<String>? = null, val metaStoreConf: Output<ClusterMetaStoreConfArgs>? = null, val metaStoreType: Output<String>? = null, val modifyClusterServiceConfig: Output<ClusterModifyClusterServiceConfigArgs>? = null, val name: Output<String>? = null, val optionSoftwareLists: Output<List<String>>? = null, val period: Output<Int>? = null, val relatedClusterId: Output<String>? = null, val resourceGroupId: Output<String>? = null, val securityGroupId: Output<String>? = null, val sshEnable: Output<Boolean>? = null, val tags: Output<Map<String, Any>>? = null, val useLocalMetadb: Output<Boolean>? = null, val userDefinedEmrEcsRole: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ClusterArgs>
Provides a EMR Cluster resource. With this you can create, read, and release EMR Cluster.
DEPRECATED: This resource has been deprecated from version
1.204.0
. Please use new resource emrv2_cluster. NOTE: Available in 1.57.0+. {{% examples %}}
Example Usage
{{% /examples %}}
Import
Aliclioud E-MapReduce cluster can be imported using the id e.g.
$ pulumi import alicloud:emr/cluster:Cluster default C-B47FB8FE96C67XXXX
Content copied to clipboard
Constructors
Link copied to clipboard
fun ClusterArgs(bootstrapActions: Output<List<ClusterBootstrapActionArgs>>? = null, chargeType: Output<String>? = null, clusterType: Output<String>? = null, configs: Output<List<ClusterConfigArgs>>? = null, depositType: Output<String>? = null, easEnable: Output<Boolean>? = null, emrVer: Output<String>? = null, highAvailabilityEnable: Output<Boolean>? = null, hostGroups: Output<List<ClusterHostGroupArgs>>? = null, isOpenPublicIp: Output<Boolean>? = null, keyPairName: Output<String>? = null, masterPwd: Output<String>? = null, metaStoreConf: Output<ClusterMetaStoreConfArgs>? = null, metaStoreType: Output<String>? = null, modifyClusterServiceConfig: Output<ClusterModifyClusterServiceConfigArgs>? = null, name: Output<String>? = null, optionSoftwareLists: Output<List<String>>? = null, period: Output<Int>? = null, relatedClusterId: Output<String>? = null, resourceGroupId: Output<String>? = null, securityGroupId: Output<String>? = null, sshEnable: Output<Boolean>? = null, tags: Output<Map<String, Any>>? = null, useLocalMetadb: Output<Boolean>? = null, userDefinedEmrEcsRole: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard