Interface ILogDestination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ILogDestination.Jsii$Default
- All Known Implementing Classes:
ILogDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:08.130Z")
@Stability(Experimental)
public interface ILogDestination
extends software.amazon.jsii.JsiiSerializable
(experimental) Log destination base class.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILogDestination
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind the log destination to the pipe.void
(experimental) Grant the pipe role to push to the log destination.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
(experimental) Bind the log destination to the pipe.- Parameters:
pipe
- This parameter is required.
-
grantPush
(experimental) Grant the pipe role to push to the log destination.- Parameters:
grantee
- This parameter is required.
-