Interface IAccessLogDestination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccessLogDestination.Jsii$Default
- All Known Implementing Classes:
FirehoseLogDestination
,IAccessLogDestination.Jsii$Proxy
,LogGroupLogDestination
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-10T21:56:45.867Z")
@Stability(Stable)
public interface IAccessLogDestination
extends software.amazon.jsii.JsiiSerializable
Access log destination for a RestApi Stage.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessLogDestination
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionBinds this destination to the RestApi Stage.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Binds this destination to the RestApi Stage.- Parameters:
stage
- This parameter is required.
-