Monitor Tag Rule Log Args
data class MonitorTagRuleLogArgs(val aadLogEnabled: Output<Boolean>? = null, val filters: Output<List<MonitorTagRuleLogFilterArgs>>? = null, val resourceLogEnabled: Output<Boolean>? = null, val subscriptionLogEnabled: Output<Boolean>? = null) : ConvertibleToJava<MonitorTagRuleLogArgs>
Constructors
Link copied to clipboard
fun MonitorTagRuleLogArgs(aadLogEnabled: Output<Boolean>? = null, filters: Output<List<MonitorTagRuleLogFilterArgs>>? = null, resourceLogEnabled: Output<Boolean>? = null, subscriptionLogEnabled: Output<Boolean>? = null)