Bucket Logging Args
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.