aws_emr_launch/constructs/managed_configurations/autoscaling_configuration.py [13:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: core.Construct,
        id: str,
        *,
        configuration_name: str,
        subnet: ec2.ISubnet,
        namespace: str = "default",
        release_label: str = "emr-5.29.0",
        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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_launch/constructs/managed_configurations/instance_group_configuration.py [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        scope: core.Construct,
        id: str,
        *,
        configuration_name: str,
        subnet: ec2.ISubnet,
        namespace: str = "default",
        release_label: str = "emr-5.29.0",
        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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



