arguments

@JvmName(name = "pkyueqjyhqhulovm")
suspend fun arguments(value: Output<Map<String, String>>)
@JvmName(name = "rqsyfarhjyiktjir")
suspend fun arguments(value: Map<String, String>?)

Parameters

value

Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.


@JvmName(name = "cyahhjowycxjdocy")
fun arguments(vararg values: Pair<String, String>)

Parameters

values

Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.