Interface IDestination.Jsii$Default

All Superinterfaces:
IDestination, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IDestination.Jsii$Proxy
Enclosing interface:
IDestination

@Internal public static interface IDestination.Jsii$Default extends IDestination
Internal default implementation for IDestination.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.IDestination

    IDestination.Jsii$Default, IDestination.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    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 interface IDestination
      Parameters:
      scope - This parameter is required.
      options - This parameter is required.