Interface IAccessLogSettings
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccessLogSettings.Jsii$Default
- All Known Implementing Classes:
IAccessLogSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:13.878Z")
@Stability(Stable)
public interface IAccessLogSettings
extends software.amazon.jsii.JsiiSerializable
Settings for access logging.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessLogSettings.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe destination where to write access logs.default AccessLogFormatA single line format of access logs of data, as specified by selected $context variables.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The destination where to write access logs.Default: - No destination
-
getFormat
A single line format of access logs of data, as specified by selected $context variables.The format must include either
AccessLogFormat.contextRequestId()orAccessLogFormat.contextExtendedRequestId().Default: - Common Log Format
- See Also:
-