def __init__()

in rstudio_fargate/datalake/dl_resources.py [0:0]


    def __init__(
        self,
        scope: cdk.Construct,
        id: str,
        instance: str,
        rstudio_account_id: str,
        datalake_source_bucket_name: str,
        datalake_source_bucket_key_hourly: str,
        datalake_source_bucket_key_instant: str,
        lambda_datasync_trigger_function_arn: str,
        **kwargs,