bootstrapActions

@JvmName(name = "lxtotwlmwvlbgdih")
suspend fun bootstrapActions(value: Output<List<ClusterBootstrapActionArgs>>)
@JvmName(name = "ejjnnkmwefmlfxlw")
suspend fun bootstrapActions(value: List<ClusterBootstrapActionArgs>?)

Parameters

value

Ordered list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. See below.


@JvmName(name = "uawwcdaiugbuwxlx")
suspend fun bootstrapActions(vararg values: Output<ClusterBootstrapActionArgs>)


@JvmName(name = "qpdvjybjwvjjbpjj")
suspend fun bootstrapActions(values: List<Output<ClusterBootstrapActionArgs>>)
@JvmName(name = "kqpptqwqvqgiafbw")
suspend fun bootstrapActions(vararg values: ClusterBootstrapActionArgs)

Parameters

values

Ordered list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. See below.


@JvmName(name = "khqjxrckhkotoslt")
suspend fun bootstrapActions(argument: List<suspend ClusterBootstrapActionArgsBuilder.() -> Unit>)
@JvmName(name = "hvimpnewemwyupsg")
suspend fun bootstrapActions(vararg argument: suspend ClusterBootstrapActionArgsBuilder.() -> Unit)
@JvmName(name = "qmrsmeahcslesxey")
suspend fun bootstrapActions(argument: suspend ClusterBootstrapActionArgsBuilder.() -> Unit)

Parameters

argument

Ordered list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. See below.