Access Log Setting Args
data class AccessLogSettingArgs(val destinationArn: Output<String>? = null, val format: Output<String>? = null) : ConvertibleToJava<AccessLogSettingArgs>
Definition of AccessLogSetting
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-`
. This parameter is required to enable access logging.
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`
. This parameter is required to enable access logging.