Interface ISource
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISource.Jsii$Default
- All Known Implementing Classes:
ISource.Jsii$Proxy
,KinesisStreamSource
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:11.704Z")
@Stability(Experimental)
public interface ISource
extends software.amazon.jsii.JsiiSerializable
(experimental) An interface for defining a source that can be used in a Kinesis Data Firehose delivery stream.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISource
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongrantRead
(IGrantable grantee) (experimental) Grant read permissions for this source resource and its contents to an IAM principal (the delivery stream).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
grantRead
(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
- This parameter is required.
-