Database Instance Settings Sql Server Audit Config
data class DatabaseInstanceSettingsSqlServerAuditConfig(val bucket: String? = null, val retentionInterval: String? = null, val uploadInterval: String? = null)
Properties
Link copied to clipboard
How long to keep generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Link copied to clipboard
How often to upload generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".