AccessLogSettings

Settings for logging access in a stage.

Types

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

Properties

Link copied to clipboard

The ARN of the CloudWatch Logs log group to receive access logs.

Link copied to clipboard

A single line format of the access logs of data, as specified by selected

$context variables. The format must include at least $

context.requestId.

Functions

Link copied to clipboard
inline fun copy(block: AccessLogSettings.Builder.() -> Unit = {}): AccessLogSettings
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