| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AccessLogFormat |
AccessLogFormat.clf()
Generate Common Log Format.
|
static AccessLogFormat |
AccessLogFormat.custom(String format)
Custom log format.
|
default AccessLogFormat |
StageOptions.getAccessLogFormat()
A single line format of access logs of data, as specified by selected $content variables.
|
AccessLogFormat |
StageOptions.Jsii$Proxy.getAccessLogFormat() |
AccessLogFormat |
StageProps.Jsii$Proxy.getAccessLogFormat() |
static AccessLogFormat |
AccessLogFormat.jsonWithStandardFields()
Access log will be produced in the JSON format with a set of fields most useful in the access log.
|
static AccessLogFormat |
AccessLogFormat.jsonWithStandardFields(JsonWithStandardFieldProps fields)
Access log will be produced in the JSON format with a set of fields most useful in the access log.
|
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
StageOptions.Builder.accessLogFormat(AccessLogFormat accessLogFormat)
Sets the value of
StageOptions.getAccessLogFormat() |
Stage.Builder |
Stage.Builder.accessLogFormat(AccessLogFormat accessLogFormat)
A single line format of access logs of data, as specified by selected $content variables.
|
StageProps.Builder |
StageProps.Builder.accessLogFormat(AccessLogFormat accessLogFormat)
Sets the value of
StageOptions.getAccessLogFormat() |
Copyright © 2022. All rights reserved.