Delivery Rule Args
data class DeliveryRuleArgs(val actions: Output<List<Any>>, val conditions: Output<List<Any>>? = null, val name: Output<String>? = null, val order: Output<Int>) : ConvertibleToJava<DeliveryRuleArgs>
A rule that specifies a set of actions and conditions