interface IDestination
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.IDestination |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#IDestination |
Java | software.amazon.awscdk.services.kinesisfirehose.IDestination |
Python | aws_cdk.aws_kinesisfirehose.IDestination |
TypeScript (source) | aws-cdk-lib » aws_kinesisfirehose » IDestination |
Implemented by
S3
An Amazon Data Firehose delivery stream destination.
Methods
| Name | Description |
|---|---|
| bind(scope, options) | Binds this destination to the Amazon 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 Amazon Data Firehose delivery stream.
Implementers should use this method to bind resources to the stack and initialize values using the provided stream.

.NET
Go
Java
Python
TypeScript (