GetResourceSpecificLoggingResult

data class GetResourceSpecificLoggingResult(val logLevel: ResourceSpecificLoggingLogLevel? = null, val targetId: String? = null)

Constructors

Link copied to clipboard
constructor(logLevel: ResourceSpecificLoggingLogLevel? = null, targetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

Link copied to clipboard
val targetId: String? = null

Unique Id for a Target (TargetType:TargetName), this will be internally built to serve as primary identifier for a log target.