ISource

class aws_cdk.aws_kinesisfirehose_alpha.ISource(*args, **kwargs)

Bases: Protocol

(experimental) An interface for defining a source that can be used in a Kinesis Data Firehose delivery stream.

Stability:

experimental

Methods

grant_read(grantee)

(experimental) Grant read permissions for this source resource and its contents to an IAM principal (the delivery stream).

If an encryption key is used, permission to use the key to decrypt the contents of the stream will also be granted.

Parameters:

grantee (IGrantable) –

Stability:

experimental

Return type:

Grant