Web Hook Activity Args
data class WebHookActivityArgs(val authentication: Output<WebActivityAuthenticationArgs>? = null, val body: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val headers: Output<Any>? = null, val method: Output<Either<String, WebHookActivityMethod>>, val name: Output<String>, val reportStatusOnCallBack: Output<Any>? = null, val timeout: Output<String>? = null, val type: Output<String>, val url: Output<Any>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<WebHookActivityArgs>
WebHook activity.
Constructors
Link copied to clipboard
fun WebHookActivityArgs(authentication: Output<WebActivityAuthenticationArgs>? = null, body: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, headers: Output<Any>? = null, method: Output<Either<String, WebHookActivityMethod>>, name: Output<String>, reportStatusOnCallBack: Output<Any>? = null, timeout: Output<String>? = null, type: Output<String>, url: Output<Any>, userProperties: Output<List<UserPropertyArgs>>? = null)