ISource

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

Bases: Protocol

An interface for defining a source that can be used in an Amazon Data Firehose delivery stream.

Methods

grant_read(grantee)

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) –

Return type:

Grant