InvocationLogSource

sealed class InvocationLogSource

A storage location for invocation logs.

Inheritors

Types

Link copied to clipboard
data class S3Uri(val value: String) : InvocationLogSource

The URI of an invocation log in a bucket.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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