KxClusterCodeArgs

data class KxClusterCodeArgs(val s3Bucket: Output<String>, val s3Key: Output<String>, val s3ObjectVersion: Output<String>? = null) : ConvertibleToJava<KxClusterCodeArgs>

Constructors

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

Properties

Link copied to clipboard
val s3Bucket: Output<String>

Unique name for the S3 bucket.

Link copied to clipboard
val s3Key: Output<String>

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: Output<String>? = null

Version of an S3 Object.

Functions

Link copied to clipboard
open override fun toJava(): KxClusterCodeArgs