aws_emr_launch/constructs/managed_configurations/autoscaling_configuration.py [34:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        applications: Optional[List[str]] = None,
        bootstrap_actions: Optional[List[emr_code.EMRBootstrapAction]] = None,
        configurations: Optional[List[Dict[str, Any]]] = None,
        use_glue_catalog: bool = True,
        step_concurrency_level: int = 1,
        description: Optional[str] = None,
        secret_configurations: Optional[Dict[str, secretsmanager.ISecret]] = None,
    ):

        super().__init__(
            scope,
            id,
            configuration_name=configuration_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/managed_configurations/instance_group_configuration.py [26:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        applications: Optional[List[str]] = None,
        bootstrap_actions: Optional[List[emr_code.EMRBootstrapAction]] = None,
        configurations: Optional[List[Dict[str, Any]]] = None,
        use_glue_catalog: bool = True,
        step_concurrency_level: int = 1,
        description: Optional[str] = None,
        secret_configurations: Optional[Dict[str, secretsmanager.ISecret]] = None,
    ):

        super().__init__(
            scope,
            id,
            configuration_name=configuration_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



