def emr_resource_config()

in infrastructure/emr_launch/cluster_definition.py [0:0]


    def emr_resource_config(
        self,
        subnet,
        master_instance_type: str,
        core_instance_type: str,
        core_instance_count: int,
        release_label: str,
        applications: [str],
        configuration: dict,
        core_instance_market: str,
        task_instance_type: str,
        task_instance_market: str,
        task_instance_count: int,
        bootstrap_action_script_paths: [str],