interface IDestination
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.Alpha.IDestination |
Go | github.com/aws/aws-cdk-go/awscdkkinesisfirehosealpha/v2#IDestination |
Java | software.amazon.awscdk.services.kinesisfirehose.alpha.IDestination |
Python | aws_cdk.aws_kinesisfirehose_alpha.IDestination |
TypeScript (source) | @aws-cdk/aws-kinesisfirehose-alpha » 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
Destination
Bind 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.