Interface IDestination.Jsii$Default
- All Superinterfaces:
IDestination
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDestination.Jsii$Proxy
- Enclosing interface:
IDestination
Internal default implementation for
IDestination
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.alpha.IDestination
IDestination.Jsii$Default, IDestination.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault DestinationConfig
bind
(software.constructs.Construct scope, DestinationBindOptions options) (experimental) Binds this destination to the Kinesis Data Firehose delivery stream.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Experimental) @NotNull default DestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull DestinationBindOptions options) (experimental) Binds this destination to the Kinesis Data Firehose delivery stream.Implementers should use this method to bind resources to the stack and initialize values using the provided stream.
- Specified by:
bind
in interfaceIDestination
- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-