GetDatabaseInstanceSettingSqlServerAuditConfig

data class GetDatabaseInstanceSettingSqlServerAuditConfig(val bucket: String, val retentionInterval: String, val uploadInterval: String)

Constructors

constructor(bucket: String, retentionInterval: String, uploadInterval: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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".