ExternalLocation

sealed class ExternalLocation

Defines an external storage location.

Inheritors

Types

Link copied to clipboard
data class S3Location(val value: String) : ExternalLocation

The URI of the Amazon S3 bucket.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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