S3

data class S3(val value: String) : SourceLocation

The Amazon Simple Storage Service URI of the notebook source file.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun asS3(): String

Casts this SourceLocation as a S3 and retrieves its kotlin.String value. Throws an exception if the SourceLocation is not a S3.

Link copied to clipboard

Casts this SourceLocation as a S3 and retrieves its kotlin.String value. Returns null if the SourceLocation is not a S3.