bootstrapScripts

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


@JvmName(name = "grineammdubddtpq")
suspend fun bootstrapScripts(values: List<Output<ClusterBootstrapScriptArgs>>)
@JvmName(name = "wvgotsmhcstdomiv")
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 = "jdhdjqkoivgavkad")
suspend fun bootstrapScripts(argument: List<suspend ClusterBootstrapScriptArgsBuilder.() -> Unit>)
@JvmName(name = "wdafidfledqqiexy")
suspend fun bootstrapScripts(vararg argument: suspend ClusterBootstrapScriptArgsBuilder.() -> Unit)
@JvmName(name = "fktdvhtomwbjdext")
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.