def __init__()

in rstudio_fargate/rstudio/fargate/rstudio_fargate_stack.py [0:0]


    def __init__(
        self,
        scope: cdk.Construct,
        id: str,
        instance: str,
        vpc: ec2.Vpc,
        file_system_rstudio_shiny_share_file_system_id: str,
        file_system_rstudio_shiny_share_security_group_id: str,
        access_point_id_rstudio_shiny_share: str,
        file_system_rstudio_hourly_file_system_id: str,
        file_system_rstudio_hourly_security_group_id: str,
        access_point_id_rstudio_hourly: str,
        file_system_rstudio_instant_file_system_id: str,
        file_system_rstudio_instant_security_group_id: str,
        access_point_id_rstudio_instant: str,
        rstudio_pipeline_account_id: str,
        network_account_id: str,
        rstudio_container_memory_in_gb: int,
        rstudio_cert_arn: str,
        rstudio_hosted_zone_id: str,
        rstudio_hosted_zone_name: str,
        ecs_cluster_name: str,
        ecs_cluster_security_group_id: str,
        rstudio_container_repository_name_ssm_param: str,
        rstudio_container_repository_arn_ssm_param: str,
        athena_output_bucket_name: str,
        athena_workgroup_name: str,
        number_of_rstudio_containers: int,
        ssm_cross_account_role_name: str,
        ssm_cross_account_lambda_role_name: str,
        rstudio_user_key_alias: str,
        rstudio_efs_key_alias: str,
        rstudio_cwlogs_key_alias: str,
        rstudio_health_check_grace_period: int,
        home_container_path: str,
        shiny_share_container_path: str,
        hourly_sync_container_path: str,
        instant_sync_container_path: str,
        **kwargs,