Values.CodeConfigurationSourceThe structure of the customer code available within the running cluster.
type nonrec t = {s3Bucket : S3Bucket.t option;A unique name for the S3 bucket.
*)s3Key : S3Key.t option;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.
*)s3ObjectVersion : S3ObjectVersion.t option;The version of an S3 object.
*)}