Database Instance Settings Sql Server Audit Config Args
data class DatabaseInstanceSettingsSqlServerAuditConfigArgs(val bucket: Output<String>? = null, val retentionInterval: Output<String>? = null, val uploadInterval: Output<String>? = null) : ConvertibleToJava<DatabaseInstanceSettingsSqlServerAuditConfigArgs>
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".