postInstallScripts

@JvmName(name = "lrxtuamvooemxhvt")
suspend fun postInstallScripts(value: Output<List<ClusterPostInstallScriptArgs>>)
@JvmName(name = "hnumwoqabcpaxhnx")
suspend fun postInstallScripts(value: List<ClusterPostInstallScriptArgs>?)

Parameters

value

The post install script. See post_install_script below.


@JvmName(name = "fqegihvlckgeamkx")
suspend fun postInstallScripts(vararg values: Output<ClusterPostInstallScriptArgs>)


@JvmName(name = "hbsbybovrpqwlfkg")
suspend fun postInstallScripts(values: List<Output<ClusterPostInstallScriptArgs>>)
@JvmName(name = "ufcvviayukfgwhol")
suspend fun postInstallScripts(vararg values: ClusterPostInstallScriptArgs)

Parameters

values

The post install script. See post_install_script below.


@JvmName(name = "ljguytxbwolkepyn")
suspend fun postInstallScripts(argument: List<suspend ClusterPostInstallScriptArgsBuilder.() -> Unit>)
@JvmName(name = "isixcajeuckdacin")
suspend fun postInstallScripts(vararg argument: suspend ClusterPostInstallScriptArgsBuilder.() -> Unit)
@JvmName(name = "jkuxrxkhxtgpxvrw")
suspend fun postInstallScripts(argument: suspend ClusterPostInstallScriptArgsBuilder.() -> Unit)

Parameters

argument

The post install script. See post_install_script below.