AccessLog

class AccessLog

Information about the AccessLog attribute.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

Link copied to clipboard

Specifies whether access logs are enabled for the load balancer.

Link copied to clipboard

The name of the Amazon S3 bucket where the access logs are stored.

Link copied to clipboard

The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.

Functions

Link copied to clipboard
inline fun copy(block: AccessLog.Builder.() -> Unit = {}): AccessLog
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String