args

@JvmName(name = "necsuhajftymqngh")
suspend fun args(value: Output<List<String>>)
@JvmName(name = "nbxlvcsobhwaaesx")
suspend fun args(value: List<String>?)

Parameters

value

The arguments to pass to the driver. Do not include arguments that can be set as application properties, such as --conf, since a collision can occur that causes an incorrect application submission.


@JvmName(name = "djihvbaxitedprml")
suspend fun args(vararg values: Output<String>)


@JvmName(name = "cyiiyqabrlbftypq")
suspend fun args(values: List<Output<String>>)
@JvmName(name = "dkawsvqkrfluupjs")
suspend fun args(vararg values: String)

Parameters

values

The arguments to pass to the driver. Do not include arguments that can be set as application properties, such as --conf, since a collision can occur that causes an incorrect application submission.