bootstrapScripts

@JvmName(name = "oncjlullaqixivmx")
suspend fun bootstrapScripts(value: Output<List<ClusterBootstrapScriptArgs>>)
@JvmName(name = "etmhettqyvnhvqks")
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 = "ytkxtothpweeglue")
suspend fun bootstrapScripts(vararg values: Output<ClusterBootstrapScriptArgs>)


@JvmName(name = "qdweeuaqlwifhgyj")
suspend fun bootstrapScripts(values: List<Output<ClusterBootstrapScriptArgs>>)
@JvmName(name = "hnyhupwudgaxlnwh")
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 = "byxsrktqowkehnvi")
suspend fun bootstrapScripts(argument: List<suspend ClusterBootstrapScriptArgsBuilder.() -> Unit>)
@JvmName(name = "ruhkciaphcoepvjv")
suspend fun bootstrapScripts(vararg argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)
@JvmName(name = "elodnoldjxbtabui")
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.