bootstrapScripts

@JvmName(name = "twgcrfeifisyrxvs")
suspend fun bootstrapScripts(value: Output<List<ClusterBootstrapScriptArgs>>)
@JvmName(name = "lllqjwrivvtdqodk")
suspend fun bootstrapScripts(value: List<ClusterBootstrapScriptArgs>?)

Parameters

value

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster. See bootstrap_scripts below.


@JvmName(name = "pdfklyxreqsknpak")
suspend fun bootstrapScripts(vararg values: Output<ClusterBootstrapScriptArgs>)


@JvmName(name = "mneutdxeuopxfqbs")
suspend fun bootstrapScripts(values: List<Output<ClusterBootstrapScriptArgs>>)
@JvmName(name = "lpxgpegsbengnpwu")
suspend fun bootstrapScripts(vararg values: ClusterBootstrapScriptArgs)

Parameters

values

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster. See bootstrap_scripts below.


@JvmName(name = "yedgnsomkriwebgd")
suspend fun bootstrapScripts(argument: List<suspend ClusterBootstrapScriptArgsBuilder.() -> Unit>)
@JvmName(name = "uuorjtpqbgtqilyr")
suspend fun bootstrapScripts(vararg argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)
@JvmName(name = "iimtebydqsgwdqjq")
suspend fun bootstrapScripts(argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)

Parameters

argument

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster. See bootstrap_scripts below.