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 b303a23 + 2654e22 commit 54cb639Copy full SHA for 54cb639
docs/integrations/data-ingestion/clickpipes/secure-kinesis.md
@@ -85,6 +85,16 @@ IAM policy (Please replace `{STREAM_NAME}` with your Kinesis stream name):
85
],
86
"Effect": "Allow"
87
},
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
+ },
98
{
99
"Action": [
100
"kinesis:ListStreams"
0 commit comments