bootstrapScripts

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

Parameters

value

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster, if priority is not specified, the scripts will execute in the declared order. See bootstrap_scripts below.


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


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

Parameters

values

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster, if priority is not specified, the scripts will execute in the declared order. See bootstrap_scripts below.


@JvmName(name = "eayivxopmijugdnb")
suspend fun bootstrapScripts(argument: List<suspend ClusterBootstrapScriptArgsBuilder.() -> Unit>)
@JvmName(name = "yxjefvkclttnnacw")
suspend fun bootstrapScripts(vararg argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)
@JvmName(name = "yeggkesgryfqbgax")
suspend fun bootstrapScripts(argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)

Parameters

argument

The bootstrap scripts to be effected when creating emr-cluster or resize emr-cluster, if priority is not specified, the scripts will execute in the declared order. See bootstrap_scripts below.