in rstudio_fargate/datalake/rstudio_s3_stack.py [0:0]
def __init__(
self,
scope: cdk.Construct,
id: str,
instance: str,
rstudio_account_id: 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,
**kwargs,