SqlServerAuditConfigArgs

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

SQL Server specific audit configuration.

Constructors

Link copied to clipboard
fun SqlServerAuditConfigArgs(bucket: Output<String>? = null, kind: Output<String>? = null, retentionInterval: Output<String>? = null, uploadInterval: Output<String>? = null)

Functions

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

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

This is always sql#sqlServerAuditConfig

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

How long to keep generated audit files.

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

How often to upload generated audit files.