AccessLogSettings

Access log settings, including the access log format and access log destination ARN.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.

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