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.
2 parents 58e7a3c + 261135a commit ed0cdf4Copy full SHA for ed0cdf4
docs/integrations/data-ingestion/clickpipes/secure-kinesis.md
@@ -88,7 +88,9 @@ IAM policy (Please replace `{STREAM_NAME}` with your Kinesis stream name):
88
{
89
"Action": [
90
"kinesis:SubscribeToShard",
91
- "kinesis:DescribeStreamConsumer"
+ "kinesis:DescribeStreamConsumer",
92
+ "kinesis:RegisterStreamConsumer",
93
+ "kinesis:DeregisterStreamConsumer"
94
],
95
"Resource": [
96
"arn:aws:kinesis:region:account-id:stream/{STREAM_NAME}/*"
0 commit comments