httpTarget

@JvmName(name = "wjskmsxtjpmcbdqu")
suspend fun httpTarget(value: Output<JobHttpTargetArgs>)
@JvmName(name = "woihkuiduuxrdles")
suspend fun httpTarget(value: JobHttpTargetArgs?)

Parameters

value

HTTP target. If the job providers a http_target the cron will send a request to the targeted url Structure is documented below.


@JvmName(name = "phqfudygcnxtccgo")
suspend fun httpTarget(argument: suspend JobHttpTargetArgsBuilder.() -> Unit)

Parameters

argument

HTTP target. If the job providers a http_target the cron will send a request to the targeted url Structure is documented below.