BucketV2Logging

data class BucketV2Logging(val targetBucket: String, val targetPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(targetBucket: String, targetPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the bucket that will receive the log objects.

Link copied to clipboard
val targetPrefix: String? = null

To specify a key prefix for log objects.