Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.IDestination
Packages that use IDestination
Package
Description
Amazon Kinesis Data Firehose Construct Library
Amazon Kinesis Data Firehose Destinations Library
-
Uses of IDestination in software.amazon.awscdk.services.kinesisfirehose
Subinterfaces of IDestination in software.amazon.awscdk.services.kinesisfirehoseModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDestination.Classes in software.amazon.awscdk.services.kinesisfirehose that implement IDestinationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.kinesisfirehose that return types with arguments of type IDestinationModifier and TypeMethodDescriptionDeliveryStreamProps.getDestinations()(experimental) The destinations that this delivery stream will deliver data to.final List<IDestination>DeliveryStreamProps.Jsii$Proxy.getDestinations()Method parameters in software.amazon.awscdk.services.kinesisfirehose with type arguments of type IDestinationModifier and TypeMethodDescriptionDeliveryStream.Builder.destinations(List<? extends IDestination> destinations) (experimental) The destinations that this delivery stream will deliver data to.DeliveryStreamProps.Builder.destinations(List<? extends IDestination> destinations) Sets the value ofDeliveryStreamProps.getDestinations() -
Uses of IDestination in software.amazon.awscdk.services.kinesisfirehose.destinations
Classes in software.amazon.awscdk.services.kinesisfirehose.destinations that implement IDestinationModifier and TypeClassDescriptionclass(experimental) An S3 bucket destination for data from a Kinesis Data Firehose delivery stream.