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 onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<SecureInputOutputPolicyArgs>? = null, val reportStatusOnCallBack: Output<Any>? = null, val state: Output<Either<String, ActivityState>>? = 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>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<SecureInputOutputPolicyArgs>? = null, reportStatusOnCallBack: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, timeout: Output<String>? = null, type: Output<String>, url: Output<Any>, userProperties: Output<List<UserPropertyArgs>>? = null)