| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAccessLogDestination.Jsii$Default
Internal default implementation for
IAccessLogDestination. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IAccessLogDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LogGroupLogDestination
(experimental) Use CloudWatch Logs as a custom access log destination for API Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default IAccessLogDestination |
StageOptions.getAccessLogDestination()
(experimental) The CloudWatch Logs log group.
|
IAccessLogDestination |
StageOptions.Jsii$Proxy.getAccessLogDestination() |
IAccessLogDestination |
StageProps.Jsii$Proxy.getAccessLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
(experimental) The CloudWatch Logs log group.
|
StageOptions.Builder |
StageOptions.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
Sets the value of
StageOptions.getAccessLogDestination() |
StageProps.Builder |
StageProps.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
Sets the value of
StageOptions.getAccessLogDestination() |
| 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.