| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisfirehose |
Amazon Kinesis Data Firehose Construct Library
|
| software.amazon.awscdk.services.kinesisfirehose.destinations |
Amazon Kinesis Data Firehose Destinations Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDestination.Jsii$Default
Internal default implementation for
IDestination. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDestination> |
DeliveryStreamProps.getDestinations()
(experimental) The destinations that this delivery stream will deliver data to.
|
List<IDestination> |
DeliveryStreamProps.Jsii$Proxy.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStreamProps.Builder |
DeliveryStreamProps.Builder.destinations(List<? extends IDestination> destinations)
Sets the value of
DeliveryStreamProps.getDestinations() |
DeliveryStream.Builder |
DeliveryStream.Builder.destinations(List<? extends IDestination> destinations)
(experimental) The destinations that this delivery stream will deliver data to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3Bucket
(experimental) An S3 bucket destination for data from a Kinesis Data Firehose delivery stream.
|
Copyright © 2022. All rights reserved.