| 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
Use CloudWatch Logs as a custom access log destination for API Gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default IAccessLogDestination |
StageOptions.getAccessLogDestination()
The CloudWatch Logs log group.
|
IAccessLogDestination |
StageOptions.Jsii$Proxy.getAccessLogDestination() |
IAccessLogDestination |
StageProps.Jsii$Proxy.getAccessLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
StageOptions.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
Sets the value of
StageOptions.getAccessLogDestination() |
Stage.Builder |
Stage.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
The CloudWatch Logs log group.
|
StageProps.Builder |
StageProps.Builder.accessLogDestination(IAccessLogDestination accessLogDestination)
Sets the value of
StageOptions.getAccessLogDestination() |
Copyright © 2022. All rights reserved.