interface IDestination
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.IDestination |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#IDestination |
![]() | software.amazon.awscdk.services.kinesisfirehose.IDestination |
![]() | aws_cdk.aws_kinesisfirehose.IDestination |
![]() | 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
Destination
Bind 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.