Get Database Instances Instance Setting Backup Configuration
data class GetDatabaseInstancesInstanceSettingBackupConfiguration(val backupRetentionSettings: List<GetDatabaseInstancesInstanceSettingBackupConfigurationBackupRetentionSetting>, val binaryLogEnabled: Boolean, val enabled: Boolean, val location: String, val pointInTimeRecoveryEnabled: Boolean, val startTime: String, val transactionLogRetentionDays: Int)
Properties
Link copied to clipboard
Link copied to clipboard
True if binary logging is enabled. If settings.backup_configuration.enabled is false, this must be as well. Can only be used with MySQL.
Link copied to clipboard
True if Point-in-time recovery is enabled.
Link copied to clipboard
The number of days of transaction logs we retain for point in time restore, from 1-7. (For PostgreSQL Enterprise Plus instances, from 1 to 35.)