1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. emr
  5. Cluster
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

alicloud.emr.Cluster

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

    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+.

    Example Usage

    Create Cluster Resource

    new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);
    @overload
    def Cluster(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                bootstrap_actions: Optional[Sequence[ClusterBootstrapActionArgs]] = None,
                charge_type: Optional[str] = None,
                cluster_type: Optional[str] = None,
                configs: Optional[Sequence[ClusterConfigArgs]] = None,
                deposit_type: Optional[str] = None,
                eas_enable: Optional[bool] = None,
                emr_ver: Optional[str] = None,
                high_availability_enable: Optional[bool] = None,
                host_groups: Optional[Sequence[ClusterHostGroupArgs]] = None,
                is_open_public_ip: Optional[bool] = None,
                key_pair_name: Optional[str] = None,
                master_pwd: Optional[str] = None,
                meta_store_conf: Optional[ClusterMetaStoreConfArgs] = None,
                meta_store_type: Optional[str] = None,
                modify_cluster_service_config: Optional[ClusterModifyClusterServiceConfigArgs] = None,
                name: Optional[str] = None,
                option_software_lists: Optional[Sequence[str]] = None,
                period: Optional[int] = None,
                related_cluster_id: Optional[str] = None,
                resource_group_id: Optional[str] = None,
                security_group_id: Optional[str] = None,
                ssh_enable: Optional[bool] = None,
                tags: Optional[Mapping[str, Any]] = None,
                use_local_metadb: Optional[bool] = None,
                user_defined_emr_ecs_role: Optional[str] = None,
                vswitch_id: Optional[str] = None,
                zone_id: Optional[str] = None)
    @overload
    def Cluster(resource_name: str,
                args: ClusterArgs,
                opts: Optional[ResourceOptions] = None)
    func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)
    public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
    public Cluster(String name, ClusterArgs args)
    public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
    
    type: alicloud:emr:Cluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Cluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Cluster resource accepts the following input properties:

    ClusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    EmrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    ZoneId string
    Zone ID, e.g. cn-huhehaote-a
    BootstrapActions List<Pulumi.AliCloud.Emr.Inputs.ClusterBootstrapAction>
    Boot action parameters.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    Configs List<Pulumi.AliCloud.Emr.Inputs.ClusterConfig>
    The custom configurations of emr-cluster service.
    DepositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    EasEnable bool
    High security cluster (true) or not. Default value is false.
    HighAvailabilityEnable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    HostGroups List<Pulumi.AliCloud.Emr.Inputs.ClusterHostGroup>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    IsOpenPublicIp bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    KeyPairName string
    Ssh key pair.
    MasterPwd string
    Master ssh password.
    MetaStoreConf Pulumi.AliCloud.Emr.Inputs.ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    MetaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    ModifyClusterServiceConfig Pulumi.AliCloud.Emr.Inputs.ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    OptionSoftwareLists List<string>
    Optional software list.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    RelatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    ResourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    SecurityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    SshEnable bool
    If this is set true, we can ssh into cluster. Default value is false.
    Tags Dictionary<string, object>
    A mapping of tags to assign to the resource.
    UseLocalMetadb bool
    Use local metadb. Default is false.
    UserDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    VswitchId string
    Global vswitch id, you can also specify it in host group.
    ClusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    EmrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    ZoneId string
    Zone ID, e.g. cn-huhehaote-a
    BootstrapActions []ClusterBootstrapActionArgs
    Boot action parameters.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    Configs []ClusterConfigArgs
    The custom configurations of emr-cluster service.
    DepositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    EasEnable bool
    High security cluster (true) or not. Default value is false.
    HighAvailabilityEnable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    HostGroups []ClusterHostGroupArgs
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    IsOpenPublicIp bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    KeyPairName string
    Ssh key pair.
    MasterPwd string
    Master ssh password.
    MetaStoreConf ClusterMetaStoreConfArgs
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    MetaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    ModifyClusterServiceConfig ClusterModifyClusterServiceConfigArgs
    The configurations of emr-cluster service modification after cluster created.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    OptionSoftwareLists []string
    Optional software list.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    RelatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    ResourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    SecurityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    SshEnable bool
    If this is set true, we can ssh into cluster. Default value is false.
    Tags map[string]interface{}
    A mapping of tags to assign to the resource.
    UseLocalMetadb bool
    Use local metadb. Default is false.
    UserDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    VswitchId string
    Global vswitch id, you can also specify it in host group.
    clusterType String
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    emrVer String
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    zoneId String
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions List<ClusterBootstrapAction>
    Boot action parameters.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    configs List<ClusterConfig>
    The custom configurations of emr-cluster service.
    depositType String
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable Boolean
    High security cluster (true) or not. Default value is false.
    highAvailabilityEnable Boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups List<ClusterHostGroup>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp Boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName String
    Ssh key pair.
    masterPwd String
    Master ssh password.
    metaStoreConf ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType String
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists List<String>
    Optional software list.
    period Integer
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId String
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId String
    The Id of resource group which the emr-cluster belongs.
    securityGroupId String
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable Boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags Map<String,Object>
    A mapping of tags to assign to the resource.
    useLocalMetadb Boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole String
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId String
    Global vswitch id, you can also specify it in host group.
    clusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    emrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    zoneId string
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions ClusterBootstrapAction[]
    Boot action parameters.
    chargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    configs ClusterConfig[]
    The custom configurations of emr-cluster service.
    depositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable boolean
    High security cluster (true) or not. Default value is false.
    highAvailabilityEnable boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups ClusterHostGroup[]
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName string
    Ssh key pair.
    masterPwd string
    Master ssh password.
    metaStoreConf ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists string[]
    Optional software list.
    period number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    securityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags {[key: string]: any}
    A mapping of tags to assign to the resource.
    useLocalMetadb boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId string
    Global vswitch id, you can also specify it in host group.
    cluster_type str
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    emr_ver str
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    zone_id str
    Zone ID, e.g. cn-huhehaote-a
    bootstrap_actions Sequence[ClusterBootstrapActionArgs]
    Boot action parameters.
    charge_type str
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    configs Sequence[ClusterConfigArgs]
    The custom configurations of emr-cluster service.
    deposit_type str
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    eas_enable bool
    High security cluster (true) or not. Default value is false.
    high_availability_enable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    host_groups Sequence[ClusterHostGroupArgs]
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    is_open_public_ip bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    key_pair_name str
    Ssh key pair.
    master_pwd str
    Master ssh password.
    meta_store_conf ClusterMetaStoreConfArgs
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    meta_store_type str
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modify_cluster_service_config ClusterModifyClusterServiceConfigArgs
    The configurations of emr-cluster service modification after cluster created.
    name str
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    option_software_lists Sequence[str]
    Optional software list.
    period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    related_cluster_id str
    This specify the related cluster id, if this cluster is a Gateway.
    resource_group_id str
    The Id of resource group which the emr-cluster belongs.
    security_group_id str
    Security Group ID for Cluster, you can also specify this key for each host group.
    ssh_enable bool
    If this is set true, we can ssh into cluster. Default value is false.
    tags Mapping[str, Any]
    A mapping of tags to assign to the resource.
    use_local_metadb bool
    Use local metadb. Default is false.
    user_defined_emr_ecs_role str
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitch_id str
    Global vswitch id, you can also specify it in host group.
    clusterType String
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    emrVer String
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    zoneId String
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions List<Property Map>
    Boot action parameters.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    configs List<Property Map>
    The custom configurations of emr-cluster service.
    depositType String
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable Boolean
    High security cluster (true) or not. Default value is false.
    highAvailabilityEnable Boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups List<Property Map>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp Boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName String
    Ssh key pair.
    masterPwd String
    Master ssh password.
    metaStoreConf Property Map
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType String
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig Property Map
    The configurations of emr-cluster service modification after cluster created.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists List<String>
    Optional software list.
    period Number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId String
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId String
    The Id of resource group which the emr-cluster belongs.
    securityGroupId String
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable Boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags Map<Any>
    A mapping of tags to assign to the resource.
    useLocalMetadb Boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole String
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId String
    Global vswitch id, you can also specify it in host group.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Cluster Resource

    Get an existing Cluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ClusterState, opts?: CustomResourceOptions): Cluster
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bootstrap_actions: Optional[Sequence[ClusterBootstrapActionArgs]] = None,
            charge_type: Optional[str] = None,
            cluster_type: Optional[str] = None,
            configs: Optional[Sequence[ClusterConfigArgs]] = None,
            deposit_type: Optional[str] = None,
            eas_enable: Optional[bool] = None,
            emr_ver: Optional[str] = None,
            high_availability_enable: Optional[bool] = None,
            host_groups: Optional[Sequence[ClusterHostGroupArgs]] = None,
            is_open_public_ip: Optional[bool] = None,
            key_pair_name: Optional[str] = None,
            master_pwd: Optional[str] = None,
            meta_store_conf: Optional[ClusterMetaStoreConfArgs] = None,
            meta_store_type: Optional[str] = None,
            modify_cluster_service_config: Optional[ClusterModifyClusterServiceConfigArgs] = None,
            name: Optional[str] = None,
            option_software_lists: Optional[Sequence[str]] = None,
            period: Optional[int] = None,
            related_cluster_id: Optional[str] = None,
            resource_group_id: Optional[str] = None,
            security_group_id: Optional[str] = None,
            ssh_enable: Optional[bool] = None,
            tags: Optional[Mapping[str, Any]] = None,
            use_local_metadb: Optional[bool] = None,
            user_defined_emr_ecs_role: Optional[str] = None,
            vswitch_id: Optional[str] = None,
            zone_id: Optional[str] = None) -> Cluster
    func GetCluster(ctx *Context, name string, id IDInput, state *ClusterState, opts ...ResourceOption) (*Cluster, error)
    public static Cluster Get(string name, Input<string> id, ClusterState? state, CustomResourceOptions? opts = null)
    public static Cluster get(String name, Output<String> id, ClusterState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BootstrapActions List<Pulumi.AliCloud.Emr.Inputs.ClusterBootstrapAction>
    Boot action parameters.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    ClusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    Configs List<Pulumi.AliCloud.Emr.Inputs.ClusterConfig>
    The custom configurations of emr-cluster service.
    DepositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    EasEnable bool
    High security cluster (true) or not. Default value is false.
    EmrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    HighAvailabilityEnable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    HostGroups List<Pulumi.AliCloud.Emr.Inputs.ClusterHostGroup>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    IsOpenPublicIp bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    KeyPairName string
    Ssh key pair.
    MasterPwd string
    Master ssh password.
    MetaStoreConf Pulumi.AliCloud.Emr.Inputs.ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    MetaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    ModifyClusterServiceConfig Pulumi.AliCloud.Emr.Inputs.ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    OptionSoftwareLists List<string>
    Optional software list.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    RelatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    ResourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    SecurityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    SshEnable bool
    If this is set true, we can ssh into cluster. Default value is false.
    Tags Dictionary<string, object>
    A mapping of tags to assign to the resource.
    UseLocalMetadb bool
    Use local metadb. Default is false.
    UserDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    VswitchId string
    Global vswitch id, you can also specify it in host group.
    ZoneId string
    Zone ID, e.g. cn-huhehaote-a
    BootstrapActions []ClusterBootstrapActionArgs
    Boot action parameters.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    ClusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    Configs []ClusterConfigArgs
    The custom configurations of emr-cluster service.
    DepositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    EasEnable bool
    High security cluster (true) or not. Default value is false.
    EmrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    HighAvailabilityEnable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    HostGroups []ClusterHostGroupArgs
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    IsOpenPublicIp bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    KeyPairName string
    Ssh key pair.
    MasterPwd string
    Master ssh password.
    MetaStoreConf ClusterMetaStoreConfArgs
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    MetaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    ModifyClusterServiceConfig ClusterModifyClusterServiceConfigArgs
    The configurations of emr-cluster service modification after cluster created.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    OptionSoftwareLists []string
    Optional software list.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    RelatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    ResourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    SecurityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    SshEnable bool
    If this is set true, we can ssh into cluster. Default value is false.
    Tags map[string]interface{}
    A mapping of tags to assign to the resource.
    UseLocalMetadb bool
    Use local metadb. Default is false.
    UserDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    VswitchId string
    Global vswitch id, you can also specify it in host group.
    ZoneId string
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions List<ClusterBootstrapAction>
    Boot action parameters.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    clusterType String
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    configs List<ClusterConfig>
    The custom configurations of emr-cluster service.
    depositType String
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable Boolean
    High security cluster (true) or not. Default value is false.
    emrVer String
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    highAvailabilityEnable Boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups List<ClusterHostGroup>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp Boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName String
    Ssh key pair.
    masterPwd String
    Master ssh password.
    metaStoreConf ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType String
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists List<String>
    Optional software list.
    period Integer
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId String
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId String
    The Id of resource group which the emr-cluster belongs.
    securityGroupId String
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable Boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags Map<String,Object>
    A mapping of tags to assign to the resource.
    useLocalMetadb Boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole String
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId String
    Global vswitch id, you can also specify it in host group.
    zoneId String
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions ClusterBootstrapAction[]
    Boot action parameters.
    chargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    clusterType string
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    configs ClusterConfig[]
    The custom configurations of emr-cluster service.
    depositType string
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable boolean
    High security cluster (true) or not. Default value is false.
    emrVer string
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    highAvailabilityEnable boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups ClusterHostGroup[]
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName string
    Ssh key pair.
    masterPwd string
    Master ssh password.
    metaStoreConf ClusterMetaStoreConf
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType string
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig ClusterModifyClusterServiceConfig
    The configurations of emr-cluster service modification after cluster created.
    name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists string[]
    Optional software list.
    period number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId string
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId string
    The Id of resource group which the emr-cluster belongs.
    securityGroupId string
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags {[key: string]: any}
    A mapping of tags to assign to the resource.
    useLocalMetadb boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole string
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId string
    Global vswitch id, you can also specify it in host group.
    zoneId string
    Zone ID, e.g. cn-huhehaote-a
    bootstrap_actions Sequence[ClusterBootstrapActionArgs]
    Boot action parameters.
    charge_type str
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    cluster_type str
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    configs Sequence[ClusterConfigArgs]
    The custom configurations of emr-cluster service.
    deposit_type str
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    eas_enable bool
    High security cluster (true) or not. Default value is false.
    emr_ver str
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    high_availability_enable bool
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    host_groups Sequence[ClusterHostGroupArgs]
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    is_open_public_ip bool
    Whether the MASTER node has a public IP address enabled. Default value is false.
    key_pair_name str
    Ssh key pair.
    master_pwd str
    Master ssh password.
    meta_store_conf ClusterMetaStoreConfArgs
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    meta_store_type str
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modify_cluster_service_config ClusterModifyClusterServiceConfigArgs
    The configurations of emr-cluster service modification after cluster created.
    name str
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    option_software_lists Sequence[str]
    Optional software list.
    period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    related_cluster_id str
    This specify the related cluster id, if this cluster is a Gateway.
    resource_group_id str
    The Id of resource group which the emr-cluster belongs.
    security_group_id str
    Security Group ID for Cluster, you can also specify this key for each host group.
    ssh_enable bool
    If this is set true, we can ssh into cluster. Default value is false.
    tags Mapping[str, Any]
    A mapping of tags to assign to the resource.
    use_local_metadb bool
    Use local metadb. Default is false.
    user_defined_emr_ecs_role str
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitch_id str
    Global vswitch id, you can also specify it in host group.
    zone_id str
    Zone ID, e.g. cn-huhehaote-a
    bootstrapActions List<Property Map>
    Boot action parameters.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    clusterType String
    EMR Cluster Type, e.g. HADOOP, KAFKA, DRUID, GATEWAY etc. You can find all valid EMR cluster type in emr web console. Supported 'GATEWAY' available in 1.61.0+.
    configs List<Property Map>
    The custom configurations of emr-cluster service.
    depositType String
    Cluster deposit type, HALF_MANAGED or FULL_MANAGED.
    easEnable Boolean
    High security cluster (true) or not. Default value is false.
    emrVer String
    EMR Version, e.g. EMR-3.22.0. You can find the all valid EMR Version in emr web console.
    highAvailabilityEnable Boolean
    High Available for HDFS and YARN. If this is set true, MASTER group must have two nodes.
    hostGroups List<Property Map>
    Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).
    isOpenPublicIp Boolean
    Whether the MASTER node has a public IP address enabled. Default value is false.
    keyPairName String
    Ssh key pair.
    masterPwd String
    Master ssh password.
    metaStoreConf Property Map
    The configuration of emr-cluster service component metadata storage. If meta store type is ’user_rds’, this should be specified.
    metaStoreType String
    The type of emr-cluster service component metadata storage. ’dlf’ or ’local’ or ’user_rds’ .
    modifyClusterServiceConfig Property Map
    The configurations of emr-cluster service modification after cluster created.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    optionSoftwareLists List<String>
    Optional software list.
    period Number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    relatedClusterId String
    This specify the related cluster id, if this cluster is a Gateway.
    resourceGroupId String
    The Id of resource group which the emr-cluster belongs.
    securityGroupId String
    Security Group ID for Cluster, you can also specify this key for each host group.
    sshEnable Boolean
    If this is set true, we can ssh into cluster. Default value is false.
    tags Map<Any>
    A mapping of tags to assign to the resource.
    useLocalMetadb Boolean
    Use local metadb. Default is false.
    userDefinedEmrEcsRole String
    Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
    vswitchId String
    Global vswitch id, you can also specify it in host group.
    zoneId String
    Zone ID, e.g. cn-huhehaote-a

    Supporting Types

    ClusterBootstrapAction, ClusterBootstrapActionArgs

    Arg string
    bootstrap action args, e.g. "--a=b".
    ExecutionFailStrategy string
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    ExecutionMoment string
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    ExecutionTarget string
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    Path string
    bootstrap action path, e.g. "oss://bucket/path".
    Arg string
    bootstrap action args, e.g. "--a=b".
    ExecutionFailStrategy string
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    ExecutionMoment string
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    ExecutionTarget string
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    Name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    Path string
    bootstrap action path, e.g. "oss://bucket/path".
    arg String
    bootstrap action args, e.g. "--a=b".
    executionFailStrategy String
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    executionMoment String
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    executionTarget String
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    path String
    bootstrap action path, e.g. "oss://bucket/path".
    arg string
    bootstrap action args, e.g. "--a=b".
    executionFailStrategy string
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    executionMoment string
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    executionTarget string
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    name string
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    path string
    bootstrap action path, e.g. "oss://bucket/path".
    arg str
    bootstrap action args, e.g. "--a=b".
    execution_fail_strategy str
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    execution_moment str
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    execution_target str
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    name str
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    path str
    bootstrap action path, e.g. "oss://bucket/path".
    arg String
    bootstrap action args, e.g. "--a=b".
    executionFailStrategy String
    bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
    executionMoment String
    bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
    executionTarget String
    bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.
    name String
    The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".
    path String
    bootstrap action path, e.g. "oss://bucket/path".

    ClusterConfig, ClusterConfigArgs

    ConfigKey string
    Custom configuration service config key, e.g. ’dfs.replication’.
    ConfigValue string
    Custom configuration service config value, e.g. ’3’.
    FileName string
    Custom configuration service file name, e.g. ’hdfs-site’.
    ServiceName string
    Custom configuration service name, e.g. ’HDFS’.
    ConfigKey string
    Custom configuration service config key, e.g. ’dfs.replication’.
    ConfigValue string
    Custom configuration service config value, e.g. ’3’.
    FileName string
    Custom configuration service file name, e.g. ’hdfs-site’.
    ServiceName string
    Custom configuration service name, e.g. ’HDFS’.
    configKey String
    Custom configuration service config key, e.g. ’dfs.replication’.
    configValue String
    Custom configuration service config value, e.g. ’3’.
    fileName String
    Custom configuration service file name, e.g. ’hdfs-site’.
    serviceName String
    Custom configuration service name, e.g. ’HDFS’.
    configKey string
    Custom configuration service config key, e.g. ’dfs.replication’.
    configValue string
    Custom configuration service config value, e.g. ’3’.
    fileName string
    Custom configuration service file name, e.g. ’hdfs-site’.
    serviceName string
    Custom configuration service name, e.g. ’HDFS’.
    config_key str
    Custom configuration service config key, e.g. ’dfs.replication’.
    config_value str
    Custom configuration service config value, e.g. ’3’.
    file_name str
    Custom configuration service file name, e.g. ’hdfs-site’.
    service_name str
    Custom configuration service name, e.g. ’HDFS’.
    configKey String
    Custom configuration service config key, e.g. ’dfs.replication’.
    configValue String
    Custom configuration service config value, e.g. ’3’.
    fileName String
    Custom configuration service file name, e.g. ’hdfs-site’.
    serviceName String
    Custom configuration service name, e.g. ’HDFS’.

    ClusterHostGroup, ClusterHostGroupArgs

    AutoRenew bool
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    DecommissionTimeout int
    Graceful decommission timeout, unit: seconds.
    DiskCapacity string
    Data disk capacity.
    DiskCount string
    Data disk count.
    DiskType string
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    EnableGracefulDecommission bool
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    GpuDriver string
    HostGroupName string
    host group name.
    HostGroupType string
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    InstanceList string
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    InstanceType string
    Host Ecs instance type.
    NodeCount string
    Host number in this group.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    SysDiskCapacity string
    System disk capacity.
    SysDiskType string
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
    AutoRenew bool
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    ChargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    DecommissionTimeout int
    Graceful decommission timeout, unit: seconds.
    DiskCapacity string
    Data disk capacity.
    DiskCount string
    Data disk count.
    DiskType string
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    EnableGracefulDecommission bool
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    GpuDriver string
    HostGroupName string
    host group name.
    HostGroupType string
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    InstanceList string
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    InstanceType string
    Host Ecs instance type.
    NodeCount string
    Host number in this group.
    Period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    SysDiskCapacity string
    System disk capacity.
    SysDiskType string
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
    autoRenew Boolean
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    decommissionTimeout Integer
    Graceful decommission timeout, unit: seconds.
    diskCapacity String
    Data disk capacity.
    diskCount String
    Data disk count.
    diskType String
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    enableGracefulDecommission Boolean
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    gpuDriver String
    hostGroupName String
    host group name.
    hostGroupType String
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    instanceList String
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    instanceType String
    Host Ecs instance type.
    nodeCount String
    Host number in this group.
    period Integer
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    sysDiskCapacity String
    System disk capacity.
    sysDiskType String
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
    autoRenew boolean
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    chargeType string
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    decommissionTimeout number
    Graceful decommission timeout, unit: seconds.
    diskCapacity string
    Data disk capacity.
    diskCount string
    Data disk count.
    diskType string
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    enableGracefulDecommission boolean
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    gpuDriver string
    hostGroupName string
    host group name.
    hostGroupType string
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    instanceList string
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    instanceType string
    Host Ecs instance type.
    nodeCount string
    Host number in this group.
    period number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    sysDiskCapacity string
    System disk capacity.
    sysDiskType string
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
    auto_renew bool
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    charge_type str
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    decommission_timeout int
    Graceful decommission timeout, unit: seconds.
    disk_capacity str
    Data disk capacity.
    disk_count str
    Data disk count.
    disk_type str
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    enable_graceful_decommission bool
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    gpu_driver str
    host_group_name str
    host group name.
    host_group_type str
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    instance_list str
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    instance_type str
    Host Ecs instance type.
    node_count str
    Host number in this group.
    period int
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    sys_disk_capacity str
    System disk capacity.
    sys_disk_type str
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.
    autoRenew Boolean
    Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
    chargeType String
    Charge Type for this cluster. Supported value: PostPaid or PrePaid. Default value: PostPaid.
    decommissionTimeout Number
    Graceful decommission timeout, unit: seconds.
    diskCapacity String
    Data disk capacity.
    diskCount String
    Data disk count.
    diskType String
    Data disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,local_disk,cloud_essd.
    enableGracefulDecommission Boolean
    Enable hadoop cluster of task node graceful decommission, ’true’ or ‘false’ . Default value: false.
    gpuDriver String
    hostGroupName String
    host group name.
    hostGroupType String
    host group type, supported value: MASTER, CORE or TASK, supported 'GATEWAY' available in 1.61.0+.
    instanceList String
    Instance list for cluster scale down. This value follows the json format, e.g. ["instance_id1","instance_id2"]. escape character for " is ".
    instanceType String
    Host Ecs instance type.
    nodeCount String
    Host number in this group.
    period Number
    If charge type is PrePaid, this should be specified, unit is month. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36.
    sysDiskCapacity String
    System disk capacity.
    sysDiskType String
    System disk type. Supported value: cloud,cloud_efficiency,cloud_ssd,cloud_essd.

    ClusterMetaStoreConf, ClusterMetaStoreConfArgs

    DbPassword string
    Custom rds database password.
    DbUrl string
    Custom rds database connection url.
    DbUserName string
    Custom rds database user name.
    DbPassword string
    Custom rds database password.
    DbUrl string
    Custom rds database connection url.
    DbUserName string
    Custom rds database user name.
    dbPassword String
    Custom rds database password.
    dbUrl String
    Custom rds database connection url.
    dbUserName String
    Custom rds database user name.
    dbPassword string
    Custom rds database password.
    dbUrl string
    Custom rds database connection url.
    dbUserName string
    Custom rds database user name.
    db_password str
    Custom rds database password.
    db_url str
    Custom rds database connection url.
    db_user_name str
    Custom rds database user name.
    dbPassword String
    Custom rds database password.
    dbUrl String
    Custom rds database connection url.
    dbUserName String
    Custom rds database user name.

    ClusterModifyClusterServiceConfig, ClusterModifyClusterServiceConfigArgs

    ConfigParams string
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    ServiceName string
    Custom configuration service name, e.g. ’HDFS’.
    Comment string
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    ConfigType string
    Cluster service configuration modification type.
    CustomConfigParams string
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    GatewayClusterIdLists List<string>
    Cluster service configuration modification related gateway cluster id list.
    GroupId string
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    HostInstanceId string
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    RefreshHostConfig bool
    Cluster service configuration modification refresh host config, ’true’ or ’false’.
    ConfigParams string
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    ServiceName string
    Custom configuration service name, e.g. ’HDFS’.
    Comment string
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    ConfigType string
    Cluster service configuration modification type.
    CustomConfigParams string
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    GatewayClusterIdLists []string
    Cluster service configuration modification related gateway cluster id list.
    GroupId string
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    HostInstanceId string
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    RefreshHostConfig bool
    Cluster service configuration modification refresh host config, ’true’ or ’false’.
    configParams String
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    serviceName String
    Custom configuration service name, e.g. ’HDFS’.
    comment String
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    configType String
    Cluster service configuration modification type.
    customConfigParams String
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    gatewayClusterIdLists List<String>
    Cluster service configuration modification related gateway cluster id list.
    groupId String
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    hostInstanceId String
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    refreshHostConfig Boolean
    Cluster service configuration modification refresh host config, ’true’ or ’false’.
    configParams string
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    serviceName string
    Custom configuration service name, e.g. ’HDFS’.
    comment string
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    configType string
    Cluster service configuration modification type.
    customConfigParams string
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    gatewayClusterIdLists string[]
    Cluster service configuration modification related gateway cluster id list.
    groupId string
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    hostInstanceId string
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    refreshHostConfig boolean
    Cluster service configuration modification refresh host config, ’true’ or ’false’.
    config_params str
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    service_name str
    Custom configuration service name, e.g. ’HDFS’.
    comment str
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    config_type str
    Cluster service configuration modification type.
    custom_config_params str
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    gateway_cluster_id_lists Sequence[str]
    Cluster service configuration modification related gateway cluster id list.
    group_id str
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    host_instance_id str
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    refresh_host_config bool
    Cluster service configuration modification refresh host config, ’true’ or ’false’.
    configParams String
    Cluster service configuration modification params, e.g. ’{"hdfs-site":{"dfs.replication":"3"}}’.
    serviceName String
    Custom configuration service name, e.g. ’HDFS’.
    comment String
    Cluster service configuration modification comment, e.g. "Modify tez configuration".
    configType String
    Cluster service configuration modification type.
    customConfigParams String
    Cluster service configuration modification custom params, e.g. ’{"tez-site":{"key":{"Value":"value"}}}’.
    gatewayClusterIdLists List<String>
    Cluster service configuration modification related gateway cluster id list.
    groupId String
    Cluster service configuration modification node group id, e.g. ’G-XXX’.
    hostInstanceId String
    Cluster service configuration modification host instance id, e.g. ’i-bp146tnrkq4tcxxxxx’.
    refreshHostConfig Boolean
    Cluster service configuration modification refresh host config, ’true’ or ’false’.

    Import

    Aliclioud E-MapReduce cluster can be imported using the id e.g.

    $ pulumi import alicloud:emr/cluster:Cluster default C-B47FB8FE96C67XXXX
    

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi