Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.IDestination
Package
Description
Amazon Kinesis Data Firehose Construct Library
Amazon Kinesis Data Firehose Destinations Library
-
Uses of IDestination in software.amazon.awscdk.services.kinesisfirehose
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDestination
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionDeliveryStreamProps.getDestinations()
(experimental) The destinations that this delivery stream will deliver data to.final List<IDestination>
DeliveryStreamProps.Jsii$Proxy.getDestinations()
Modifier 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
Modifier and TypeClassDescriptionclass
(experimental) An S3 bucket destination for data from a Kinesis Data Firehose delivery stream.