ClusterPostInstallScriptArgs

data class ClusterPostInstallScriptArgs(val args: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<ClusterPostInstallScriptArgs>

Constructors

Link copied to clipboard
constructor(args: Output<String>? = null, url: Output<String>? = null)

Properties

Link copied to clipboard
val args: Output<String>? = null

The parameter that is used to run the script after the cluster is created.

Link copied to clipboard
val url: Output<String>? = null

The URL that is used to download the script after the cluster is created.

Functions

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