Interface IAccessLogSettings.Jsii$Default
- All Superinterfaces:
IAccessLogSettings,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAccessLogSettings.Jsii$Proxy
- Enclosing interface:
IAccessLogSettings
Internal default implementation for
IAccessLogSettings.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IAccessLogSettings
IAccessLogSettings.Jsii$Default, IAccessLogSettings.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IAccessLogDestinationThe 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
- Specified by:
getDestinationin interfaceIAccessLogSettings
-
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
- Specified by:
getFormatin interfaceIAccessLogSettings- See Also:
-