Uses of Interface
software.amazon.awscdk.services.apigateway.IAccessLogDestination
Packages that use IAccessLogDestination
-
Uses of IAccessLogDestination in software.amazon.awscdk.services.apigateway
Subinterfaces of IAccessLogDestination in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessLogDestination
.Classes in software.amazon.awscdk.services.apigateway that implement IAccessLogDestinationModifier and TypeClassDescriptionclass
Use a Firehose delivery stream as a custom access log destination for API Gateway.static final class
A proxy class which represents a concrete javascript instance of this type.class
Use CloudWatch Logs as a custom access log destination for API Gateway.Methods in software.amazon.awscdk.services.apigateway that return IAccessLogDestinationModifier and TypeMethodDescriptiondefault IAccessLogDestination
StageOptions.getAccessLogDestination()
The CloudWatch Logs log group or Firehose delivery stream where to write access logs.final IAccessLogDestination
StageOptions.Jsii$Proxy.getAccessLogDestination()
final IAccessLogDestination
StageProps.Jsii$Proxy.getAccessLogDestination()
Methods in software.amazon.awscdk.services.apigateway with parameters of type IAccessLogDestinationModifier and TypeMethodDescriptionStage.Builder.accessLogDestination
(IAccessLogDestination accessLogDestination) The CloudWatch Logs log group or Firehose delivery stream where to write access logs.StageOptions.Builder.accessLogDestination
(IAccessLogDestination accessLogDestination) Sets the value ofStageOptions.getAccessLogDestination()
StageProps.Builder.accessLogDestination
(IAccessLogDestination accessLogDestination) Sets the value ofStageOptions.getAccessLogDestination()