rstudio_fargate/rstudio/fargate/rstudio_ec2_stack.py [379:396]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    read_only=False,
                ),
                ecs.MountPoint(
                    container_path=shiny_share_container_path,
                    source_volume=volume_config_rstudio_shiny_share.name,
                    read_only=False,
                ),
                ecs.MountPoint(
                    container_path=hourly_sync_container_path,
                    source_volume=volume_config_rstudio_hourly.name,
                    read_only=False,
                ),
                ecs.MountPoint(
                    container_path=instant_sync_container_path,
                    source_volume=volume_config_rstudio_instant.name,
                    read_only=False,
                ),
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rstudio_fargate/rstudio/fargate/shiny_stack.py [359:376]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                read_only=False,
            ),
            ecs.MountPoint(
                container_path=shiny_share_container_path,
                source_volume=volume_config_rstudio_shiny_share.name,
                read_only=False,
            ),
            ecs.MountPoint(
                container_path=hourly_sync_container_path,
                source_volume=volume_config_rstudio_hourly.name,
                read_only=False,
            ),
            ecs.MountPoint(
                container_path=instant_sync_container_path,
                source_volume=volume_config_rstudio_instant.name,
                read_only=False,
            ),
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



