Skip to content

Commit 2654e22

Browse files
committed
Add permissions for Kinesis SubscribeToShard and DescribeStreamConsumer actions
1 parent 0aad5d9 commit 2654e22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/integrations/data-ingestion/clickpipes/secure-kinesis.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ IAM policy (Please replace `{STREAM_NAME}` with your Kinesis stream name):
8585
],
8686
"Effect": "Allow"
8787
},
88+
{
89+
"Action": [
90+
"kinesis:SubscribeToShard",
91+
"kinesis:DescribeStreamConsumer"
92+
],
93+
"Resource": [
94+
"arn:aws:kinesis:region:account-id:stream/{STREAM_NAME}/*"
95+
],
96+
"Effect": "Allow"
97+
},
8898
{
8999
"Action": [
90100
"kinesis:ListStreams"

0 commit comments

Comments
 (0)