data class AppCampaignHookArgs(val lambdaFunctionName: Output<String>? = null, val mode: Output<String>? = null, val webUrl: Output<String>? = null) : ConvertibleToJava<AppCampaignHookArgs>
Web URL to call for hook. If the URL has authentication specified it will be added as authentication to the request. Conflicts with lambda_function_name