def __init__()

in mwaairflow/nested_stacks/environment.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        construct_id: str,
        vpc: ec2.IVpc,
        subnet_ids_list: str,
        env_name: str,
        env_tags: str,
        env_class: str,
        max_workers: int,
        access_mode: str,
        secrets_backend: str,
        env=None,
        **kwargs,