aws_emr_launch/constructs/step_functions/emr_tasks.py [193:204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: core.Construct,
        id: str,
        *,
        comment: Optional[str] = None,
        heartbeat: Optional[core.Duration] = None,
        input_path: Optional[str] = None,
        integration_pattern: sfn.IntegrationPattern = sfn.IntegrationPattern.RUN_JOB,
        output_path: Optional[str] = None,
        result_path: Optional[str] = None,
        timeout: Optional[core.Duration] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/step_functions/emr_tasks.py [340:351]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: core.Construct,
        id: str,
        *,
        comment: Optional[str] = None,
        heartbeat: Optional[core.Duration] = None,
        input_path: Optional[str] = None,
        integration_pattern: sfn.IntegrationPattern = sfn.IntegrationPattern.RUN_JOB,
        output_path: Optional[str] = None,
        result_path: Optional[str] = None,
        timeout: Optional[core.Duration] = None,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



