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
constructor(aadLogEnabled: Output<Boolean>? = null, filters: Output<List<MonitorTagRuleLogFilterArgs>>? = null, resourceLogEnabled: Output<Boolean>? = null, subscriptionLogEnabled: Output<Boolean>? = null)
Properties
Link copied to clipboard
Whether AAD logs should be sent for the Monitor resource?
Link copied to clipboard
A filter
block as defined below.
Link copied to clipboard
Whether Azure resource logs should be sent for the Monitor resource?
Link copied to clipboard
Whether Azure subscription logs should be sent for the Monitor resource?