BucketLogging

data class BucketLogging(val logBucket: String, val logObjectPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(logBucket: String, logObjectPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bucket that will receive log objects.

Link copied to clipboard
val logObjectPrefix: String? = null

The object prefix for log objects. If it's not provided, by default GCS sets this to this bucket's name.