@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:33.518Z") @Stability(value=Experimental) public interface IDestination extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDestination.Jsii$Default
Internal default implementation for
IDestination. |
static class |
IDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
bind(software.constructs.Construct scope,
DestinationBindOptions options)
(experimental) Binds this destination to the Kinesis Data Firehose delivery stream.
|
@Stability(value=Experimental) @NotNull DestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull DestinationBindOptions options)
Implementers should use this method to bind resources to the stack and initialize values using the provided stream.
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.