Stage Access Log Settings Args
data class StageAccessLogSettingsArgs(val destinationArn: Output<String>, val format: Output<String>) : ConvertibleToJava<StageAccessLogSettingsArgs>
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