Interface JupyterErrorOutputEventMessageValueLink

A presigned URL for a resource stored on S3.

interface JupyterErrorOutputEventMessageValueLink {
    url: string;
}

Properties

Properties

url: string

The presigned URL.