postInstallScripts

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

Parameters

value

The post install script. See post_install_script below.


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


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

Parameters

values

The post install script. See post_install_script below.


@JvmName(name = "tojyhkmohtycrtif")
suspend fun postInstallScripts(argument: List<suspend ClusterPostInstallScriptArgsBuilder.() -> Unit>)
@JvmName(name = "hotkcdgusjbirfjk")
suspend fun postInstallScripts(vararg argument: suspend ClusterPostInstallScriptArgsBuilder.() -> Unit)
@JvmName(name = "dpswbqcftkfrgvwb")
suspend fun postInstallScripts(argument: suspend ClusterPostInstallScriptArgsBuilder.() -> Unit)

Parameters

argument

The post install script. See post_install_script below.