OBJECT
Oracle log backup configuration for an Oracle object.
type OracleLogBackupConfig {# Log backup frequency, in minutes, of the Oracle object.logBackupFrequencyMin: Int! # Log retention, in hours, of the Oracle object.logRetentionHours: Int! # Host log retention, in hours, of the Oracle object.hostLogRetentionHours: Int! }