Uses of Class
software.amazon.awscdk.services.apigateway.AccessLogFormat
Packages that use AccessLogFormat
Package
Description
Amazon API Gateway Construct Library
AWS APIGatewayv2 Construct Library
-
Uses of AccessLogFormat in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return AccessLogFormatModifier and TypeMethodDescriptionstatic AccessLogFormatAccessLogFormat.clf()Generate Common Log Format.static AccessLogFormatCustom log format.default AccessLogFormatStageOptions.getAccessLogFormat()A single line format of access logs of data, as specified by selected $content variables.final AccessLogFormatStageOptions.Jsii$Proxy.getAccessLogFormat()final AccessLogFormatStageProps.Jsii$Proxy.getAccessLogFormat()static AccessLogFormatAccessLogFormat.jsonWithStandardFields()Access log will be produced in the JSON format with a set of fields most useful in the access log.static AccessLogFormatAccessLogFormat.jsonWithStandardFields(JsonWithStandardFieldProps fields) Access log will be produced in the JSON format with a set of fields most useful in the access log.Methods in software.amazon.awscdk.services.apigateway with parameters of type AccessLogFormatModifier and TypeMethodDescriptionStage.Builder.accessLogFormat(AccessLogFormat accessLogFormat) A single line format of access logs of data, as specified by selected $content variables.StageOptions.Builder.accessLogFormat(AccessLogFormat accessLogFormat) Sets the value ofStageOptions.getAccessLogFormat()StageProps.Builder.accessLogFormat(AccessLogFormat accessLogFormat) Sets the value ofStageOptions.getAccessLogFormat() -
Uses of AccessLogFormat in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return AccessLogFormatModifier and TypeMethodDescriptionHttpStage.defaultAccessLogFormat()CLF Log format for HTTP API Stage.WebSocketStage.defaultAccessLogFormat()CLF Log format for WebSocket API Stage.default AccessLogFormatIAccessLogSettings.getFormat()A single line format of access logs of data, as specified by selected $context variables.default AccessLogFormatIAccessLogSettings.Jsii$Default.getFormat()A single line format of access logs of data, as specified by selected $context variables.final AccessLogFormatIAccessLogSettings.Jsii$Proxy.getFormat()A single line format of access logs of data, as specified by selected $context variables.