Class IDestination.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.IDestination.Jsii$Proxy
- All Implemented Interfaces:
IDestination,IDestination.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IDestination
@Internal
public static final class IDestination.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IDestination.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.kinesisfirehose.IDestination
IDestination.Jsii$Default, IDestination.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DestinationConfigbind(software.constructs.Construct scope, DestinationBindOptions options) Binds this destination to the Amazon Data Firehose delivery stream.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
@Stability(Stable) @NotNull public final DestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull DestinationBindOptions options) Binds this destination to the Amazon Data Firehose delivery stream.Implementers should use this method to bind resources to the stack and initialize values using the provided stream.
- Specified by:
bindin interfaceIDestination- Specified by:
bindin interfaceIDestination.Jsii$Default- Parameters:
scope- This parameter is required.options- This parameter is required.
-