Class ILogDestination.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.alpha.ILogDestination.Jsii$Proxy
- All Implemented Interfaces:
ILogDestination
,ILogDestination.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ILogDestination
@Internal
public static final class ILogDestination.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ILogDestination.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.ILogDestination
ILogDestination.Jsii$Default, ILogDestination.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal LogDestinationConfig
(experimental) Bind the log destination to the pipe.final void
(experimental) Grant the pipe role to push to the log destination.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
bind
(experimental) Bind the log destination to the pipe.- Specified by:
bind
in interfaceILogDestination
- Specified by:
bind
in interfaceILogDestination.Jsii$Default
- Parameters:
pipe
- This parameter is required.
-
grantPush
(experimental) Grant the pipe role to push to the log destination.- Specified by:
grantPush
in interfaceILogDestination
- Specified by:
grantPush
in interfaceILogDestination.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-