Uses of Class
software.amazon.awscdk.services.apigateway.AccessLogFormat
Packages that use AccessLogFormat
-
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()