IDestination

class aws_cdk.aws_kinesisfirehose.IDestination(*args, **kwds)

Bases: Protocol

(experimental) A Kinesis Data Firehose delivery stream destination.

Stability:

experimental

Methods

bind(scope)

(experimental) 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.

Parameters:

scope (Construct) –

Stability:

experimental

Return type:

DestinationConfig