bootstrapScripts

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


@JvmName(name = "otvlcppxkiqgsdgf")
suspend fun bootstrapScripts(values: List<Output<ClusterBootstrapScriptArgs>>)
@JvmName(name = "reojjduptiiealxm")
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 = "gelewppvncnjjvly")
suspend fun bootstrapScripts(argument: List<suspend ClusterBootstrapScriptArgsBuilder.() -> Unit>)
@JvmName(name = "qkftgbkmfaicmuda")
suspend fun bootstrapScripts(vararg argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)
@JvmName(name = "exixnhjehujhjeup")
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.