WebHookActivityArgs

constructor(authentication: Output<WebActivityAuthenticationArgs>? = null, body: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, headers: Output<Map<String, 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)