You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IAM roles, users or groups which need to be able to work with Amazon Kinesis streams at runtime will should be granted IAM permissions. Any object that implements the `IGrantable`
129
-
interface (has an associated principal) can be granted permissions by calling:
128
+
IAM roles, users or groups which need to be able to work with Amazon Kinesis streams at runtime should be granted IAM permissions.
129
+
130
+
Any object that implements the `IGrantable` interface (has an associated principal) can be granted permissions by calling:
130
131
131
132
-`grantRead(principal)` - grants the principal read access
132
133
-`grantWrite(principal)` - grants the principal write permissions to a Stream
0 commit comments