KxClusterCode

data class KxClusterCode(val s3Bucket: String, val s3Key: String, val s3ObjectVersion: String? = null)

Constructors

Link copied to clipboard
constructor(s3Bucket: String, s3Key: String, s3ObjectVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique name for the S3 bucket.

Link copied to clipboard

Full S3 path (excluding bucket) to the .zip file that contains the code to be loaded onto the cluster when it’s started.

Link copied to clipboard
val s3ObjectVersion: String? = null

Version of an S3 Object.