We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8e4db commit 261135aCopy full SHA for 261135a
docs/integrations/data-ingestion/clickpipes/secure-kinesis.md
@@ -89,6 +89,7 @@ IAM policy (Please replace `{STREAM_NAME}` with your Kinesis stream name):
89
"Action": [
90
"kinesis:SubscribeToShard",
91
"kinesis:DescribeStreamConsumer",
92
+ "kinesis:RegisterStreamConsumer",
93
"kinesis:DeregisterStreamConsumer"
94
],
95
"Resource": [
0 commit comments