aws_emr_launch/constructs/managed_configurations/instance_group_configuration.py [21:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        master_instance_type: str = "m5.2xlarge",
        master_instance_market: InstanceMarketType = InstanceMarketType.ON_DEMAND,
        core_instance_type: str = "m5.xlarge",
        core_instance_market: InstanceMarketType = InstanceMarketType.ON_DEMAND,
        core_instance_count: int = 2,
        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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/managed_configurations/instance_group_configuration.py [119:130]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        master_instance_type: str = "m5.2xlarge",
        master_instance_market: InstanceMarketType = InstanceMarketType.ON_DEMAND,
        core_instance_type: str = "m5.xlarge",
        core_instance_market: InstanceMarketType = InstanceMarketType.ON_DEMAND,
        core_instance_count: int = 2,
        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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



