Interface JupyterStreamOutputEventValueLink

A presigned URL for a resource stored on S3.

interface JupyterStreamOutputEventValueLink {
    url: string;
}

Properties

Properties

url: string

The presigned URL.