cURL
curl --request POST \ --url http://sandbox.mintlify.com/streaming/kinesis \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "streamName": "<string>", "region": "<string>", "credentials": { "accessKeyId": "<string>", "secretAccessKey": "<string>" }, "enabled": true } '
Configure AWS Kinesis as a destination for streaming event data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Kinesis configuration details
Name of the Kinesis stream
AWS region of the stream
Show child attributes
Whether streaming to this sink is enabled
Kinesis sink configured successfully