| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AccessLogFormat |
AccessLogFormat.clf()
(experimental) Generate Common Log Format.
|
static AccessLogFormat |
AccessLogFormat.custom(String format)
(experimental) Custom log format.
|
default AccessLogFormat |
StageOptions.getAccessLogFormat()
(experimental) 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()
(experimental) 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)
(experimental) 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)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Deployment deployment,
IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Jsii$Proxy(IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Copyright © 2021. All rights reserved.