Interface IDestination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDestination.Jsii$Default
- All Known Implementing Classes:
IDestination.Jsii$Proxy,S3Bucket
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:23.363Z")
@Stability(Stable)
public interface IDestination
extends software.amazon.jsii.JsiiSerializable
An Amazon Data Firehose delivery stream destination.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDestination.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, DestinationBindOptions options) Binds this destination to the Amazon Data Firehose delivery stream.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull 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.
- Parameters:
scope- This parameter is required.options- This parameter is required.
-