Rule Webhook Action Args
data class RuleWebhookActionArgs(val odataType: Output<String>, val properties: Output<Map<String, String>>? = null, val serviceUri: Output<String>? = null) : ConvertibleToJava<RuleWebhookActionArgs>
Specifies the action to post to service when the rule condition is evaluated. The discriminator is always RuleWebhookAction in this case.