Backup Configuration Response
data class BackupConfigurationResponse(val backupRetentionSettings: BackupRetentionSettingsResponse, val binaryLogEnabled: Boolean, val enabled: Boolean, val kind: String, val location: String, val pointInTimeRecoveryEnabled: Boolean, val replicationLogArchivingEnabled: Boolean, val startTime: String, val transactionLogRetentionDays: Int)
Database instance backup configuration.
Properties
Link copied to clipboard
Backup retention settings.
Link copied to clipboard
(MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
Link copied to clipboard
(Postgres only) Whether point in time recovery is enabled.
Link copied to clipboard
Reserved for future use.
Link copied to clipboard
The number of days of transaction logs we retain for point in time restore, from 1-7.