S3Source

class S3Source

Information about the Amazon S3 bucket where you saved your unsigned code.

Types

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

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard
val key: String

Key name of the bucket object that contains your unsigned code.

Link copied to clipboard

Version of your source image in your version enabled S3 bucket.

Functions

Link copied to clipboard
inline fun copy(block: S3Source.Builder.() -> Unit = {}): S3Source
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