Webhook Authentication Configuration Args
data class WebhookAuthenticationConfigurationArgs(val allowedIpRange: Output<String>? = null, val secretToken: Output<String>? = null) : ConvertibleToJava<WebhookAuthenticationConfigurationArgs>