BucketLoggingArgs

data class BucketLoggingArgs(val logBucket: Output<String>? = null, val logObjectPrefix: Output<String>? = null) : ConvertibleToJava<BucketLoggingArgs>

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 BucketLoggingArgs(logBucket: Output<String>? = null, logObjectPrefix: Output<String>? = null)

Functions

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

Properties

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

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

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

A prefix for log object names.