LoadBalancerAccessLogs

data class LoadBalancerAccessLogs(val bucket: String, val enabled: Boolean? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, enabled: Boolean? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket name to store the logs in.

Link copied to clipboard
val enabled: Boolean? = null

Boolean to enable / disable access_logs. Defaults to false, even when bucket is specified.

Link copied to clipboard
val prefix: String? = null

The S3 bucket prefix. Logs are stored in the root if not configured.