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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.ILogDestination
ILogDestination.Jsii$Default, ILogDestination.Jsii$Proxy -
Constructor Summary
Constructors -
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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
bindin interfaceILogDestination- Specified by:
bindin interfaceILogDestination.Jsii$Default- Parameters:
pipe- This parameter is required.
-
grantPush
(experimental) Grant the pipe role to push to the log destination.- Specified by:
grantPushin interfaceILogDestination- Specified by:
grantPushin interfaceILogDestination.Jsii$Default- Parameters:
grantee- This parameter is required.
-