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 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-. Automatically removes trailing :* if present.

Link copied to clipboard

Formatting and values recorded in the logs. For more information on configuring the log format rules visit the AWS documentation