S3Uri

data class S3Uri(val value: String) : InvocationLogSource

The URI of an invocation log in a bucket.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.