in rstudio_fargate/datalake/dl_resources_stage.py [0:0]
def __init__(
self,
scope: core.Construct,
id: str,
instance: str,
rstudio_account_id: str,
datalake_source_bucket_name: str,
athena_output_bucket_name: str,
athena_output_bucket_key: str,
athena_workgroup_name: str,
s3_lifecycle_expiration_duration: int,
s3_trasnition_duration_infrequent_access: int,
s3_trasnition_duration_glacier: int,
ssm_cross_account_role_name: str,
datalake_source_bucket_key_hourly: str,
datalake_source_bucket_key_instant: str,
lambda_datasync_trigger_function_arn: str,
**kwargs,