DatabaseInstanceSettingsSqlServerAuditConfigArgs

data class DatabaseInstanceSettingsSqlServerAuditConfigArgs(val bucket: Output<String>? = null, val retentionInterval: Output<String>? = null, val uploadInterval: Output<String>? = null) : ConvertibleToJava<DatabaseInstanceSettingsSqlServerAuditConfigArgs>

Constructors

constructor(bucket: Output<String>? = null, retentionInterval: Output<String>? = null, uploadInterval: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The name of the destination bucket (e.g., gs://mybucket).

Link copied to clipboard
val retentionInterval: Output<String>? = null

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
val uploadInterval: Output<String>? = null

How often to upload generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Functions

Link copied to clipboard
open override fun toJava(): DatabaseInstanceSettingsSqlServerAuditConfigArgs