Stage Access Log Setting Args
data class StageAccessLogSettingArgs(val destinationArn: Output<String>? = null, val format: Output<String>? = null) : ConvertibleToJava<StageAccessLogSettingArgs>
The `AccessLogSetting`
property type specifies settings for logging access in this stage. `AccessLogSetting`
is a property of the AWS::ApiGateway::Stage resource.
Constructors
Link copied to clipboard
fun StageAccessLogSettingArgs(destinationArn: Output<String>? = null, format: Output<String>? = null)
Functions
Properties
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.