interface IDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.IDestination |
Java | software.amazon.awscdk.services.kinesisfirehose.IDestination |
Python | aws_cdk.aws_kinesisfirehose.IDestination |
TypeScript (source) | @aws-cdk/aws-kinesisfirehose » IDestination |
Implemented by
S3
A Kinesis Data Firehose delivery stream destination.
Methods
| Name | Description |
|---|---|
| bind(scope, options) | Binds this destination to the Kinesis Data Firehose delivery stream. |
bind(scope, options)
public bind(scope: Construct, options: DestinationBindOptions): DestinationConfig
Parameters
- scope
Construct - options
DestinationBind Options
Returns
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.

.NET
Java
Python
TypeScript (