StageAccessLogSettingsArgs

data class StageAccessLogSettingsArgs(val destinationArn: Output<String>, val format: Output<String>) : ConvertibleToJava<StageAccessLogSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val destinationArn: Output<String>

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
val format: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): StageAccessLogSettingsArgs