TagRulesLogRuleArgs

data class TagRulesLogRuleArgs(val filteringTags: Output<List<TagRulesLogRuleFilteringTagArgs>>, val sendActivityLogsEnabled: Output<Boolean>? = null, val sendAzureActiveDirectoryLogsEnabled: Output<Boolean>? = null, val sendSubscriptionLogsEnabled: Output<Boolean>? = null) : ConvertibleToJava<TagRulesLogRuleArgs>

Constructors

Link copied to clipboard
constructor(filteringTags: Output<List<TagRulesLogRuleFilteringTagArgs>>, sendActivityLogsEnabled: Output<Boolean>? = null, sendAzureActiveDirectoryLogsEnabled: Output<Boolean>? = null, sendSubscriptionLogsEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

Filtering tag for the log rule. A filtering_tag block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard
val sendActivityLogsEnabled: Output<Boolean>? = null

Send Activity logs. The default value is false. Changing this forces a new resource to be created.

Link copied to clipboard

Send Azure Active Directory logs. The default value is false. Changing this forces a new resource to be created.

Link copied to clipboard

Send Subscription logs. The default value is false. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): TagRulesLogRuleArgs