Kinesis Stream permissions missing ListShards #3357
Labels
@aws-cdk/aws-kinesis
Related to Amazon Kinesis
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
I'm submitting a ...
What is the current behavior?
Stream.grantRead
doesn't grant the ListShards permission, which is useful for Kinesis Client Library v2 among other things.Stream also doesn't offer a custom
.grant(Grantable, List<String>)
to allow an easy workaround.The text was updated successfully, but these errors were encountered: