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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for ISource.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (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

      @Stability(Experimental) @NotNull Grant grantRead(@NotNull IGrantable 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 - This parameter is required.