Package software.amazon.awscdk.services.kinesisfirehose.destinations
@Stability(Experimental)
@Deprecated
package software.amazon.awscdk.services.kinesisfirehose.destinations
Deprecated.
Amazon Kinesis Data Firehose Destinations Library
---
AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2.
For more information on how to migrate, see the Migrating to AWS CDK v2 guide.
This library provides constructs for adding destinations to a Amazon Kinesis Data Firehose
delivery stream. Destinations can be added by specifying the destinations
prop when
defining a delivery stream.
See Amazon Kinesis Data Firehose module README for usage examples.
Deprecated: AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2. For more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.htmlimport software.amazon.awscdk.services.kinesisfirehose.destinations.*;
-
ClassDescription(experimental) Options for S3 record backup of a delivery stream.(experimental) Generic properties for defining a delivery stream destination.A builder for
CommonDestinationProps
An implementation forCommonDestinationProps
(experimental) Common properties for defining a backup, intermediary, or final S3 destination for a Kinesis Data Firehose delivery stream.A builder forCommonDestinationS3Props
An implementation forCommonDestinationS3Props
(experimental) Possible compression options Kinesis Data Firehose can use to compress data on delivery.(experimental) Properties for defining an S3 backup destination.A builder forDestinationS3BackupProps
An implementation forDestinationS3BackupProps
(experimental) An S3 bucket destination for data from a Kinesis Data Firehose delivery stream.(experimental) A fluent builder forS3Bucket
.(experimental) Props for defining an S3 destination of a Kinesis Data Firehose delivery stream.A builder forS3BucketProps
An implementation forS3BucketProps