CodeConfiguration

The structure of the customer code available within the running cluster.

Types

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

Properties

Link copied to clipboard

A unique name for the S3 bucket.

Link copied to clipboard

The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.

Link copied to clipboard

The version of an S3 object.

Functions

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