Dapr Subscription Route Rule Args
data class DaprSubscriptionRouteRuleArgs(val match: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<DaprSubscriptionRouteRuleArgs>
Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path.