LoggingPropertiesArgs

data class LoggingPropertiesArgs(val auditLogStatus: Output<Either<String, AuditLogStatus>>? = null, val logLevel: Output<Either<String, LogLevel>>? = null) : ConvertibleToJava<LoggingPropertiesArgs>

The logging properties of the connected registry.

Constructors

Link copied to clipboard
constructor(auditLogStatus: Output<Either<String, AuditLogStatus>>? = null, logLevel: Output<Either<String, LogLevel>>? = null)

Properties

Link copied to clipboard
val auditLogStatus: Output<Either<String, AuditLogStatus>>? = null

Indicates whether audit logs are enabled on the connected registry.

Link copied to clipboard
val logLevel: Output<Either<String, LogLevel>>? = null

The verbosity of logs persisted on the connected registry.

Functions

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