BucketLoggingResponse

data class BucketLoggingResponse(val logBucket: String, val logObjectPrefix: String)

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.

Constructors

Link copied to clipboard
fun BucketLoggingResponse(logBucket: String, logObjectPrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination bucket where the current bucket's logs should be placed.

Link copied to clipboard

A prefix for log object names.