DeploymentAccessLogSettingArgs

data class DeploymentAccessLogSettingArgs(val destinationArn: Output<String>? = null, val format: Output<String>? = null) : ConvertibleToJava<DeploymentAccessLogSettingArgs>

The `AccessLogSetting` property type specifies settings for logging access in this stage. `AccessLogSetting` is a property of the StageDescription property type.

Constructors

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

Properties

Link copied to clipboard
val destinationArn: Output<String>? = null

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- .

Link copied to clipboard
val format: Output<String>? = null

A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId .

Functions

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