DiagnosticSettingLogArgs

data class DiagnosticSettingLogArgs(val category: Output<String>? = null, val categoryGroup: Output<String>? = null, val enabled: Output<Boolean>? = null, val retentionPolicy: Output<DiagnosticSettingLogRetentionPolicyArgs>? = null) : ConvertibleToJava<DiagnosticSettingLogArgs>

Constructors

Link copied to clipboard
constructor(category: Output<String>? = null, categoryGroup: Output<String>? = null, enabled: Output<Boolean>? = null, retentionPolicy: Output<DiagnosticSettingLogRetentionPolicyArgs>? = null)

Properties

Link copied to clipboard
val category: Output<String>? = null

The name of a Diagnostic Log Category for this Resource.

Link copied to clipboard
val categoryGroup: Output<String>? = null

The name of a Diagnostic Log Category Group for this Resource.

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

Is this Diagnostic Log enabled? Defaults to true.

Link copied to clipboard

A retention_policy block as defined below. !>NOTE: retention_policy has been deprecated in favor of azure.storage.ManagementPolicy resource - to learn more information on the deprecation in the Azure documentation.

Functions

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