StageAccessLogSettings

data class StageAccessLogSettings(val destinationArn: String, val format: String)

Constructors

Link copied to clipboard
constructor(destinationArn: String, format: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the CloudWatch Logs log group to receive access logs. Any trailing :* is trimmed from the ARN.

Link copied to clipboard

Single line format of the access logs of data. Refer to log settings for HTTP or Websocket.