Source

class Source

Information about a source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The taget processor architecture for the application.

Link copied to clipboard
val etag: String?

A hash of the object specified by s3Bucket and s3Key.

Link copied to clipboard

The s3 bucket name.

Link copied to clipboard

The s3 object key.

Functions

Link copied to clipboard
inline fun copy(block: Source.Builder.() -> Unit = {}): Source
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String