Amazon Kinesis
Amazon Kinesis allows you to collect, process, and analyze data in real time, and also offers a wide range of tools to choose from to achieve effective data processing.
Actions
-
Create Stream: Add a new stream to your AWS account
-
Delete Stream: Delete a stream containing shards and data
-
Describe Stream: Retrieve the status of the stream
-
Get Shard Iterator: Retrieve Shard Iterator, which is the value that is required to fetch the records
-
Get Records: Retrieve one or more data records from shards. ShardIterator can be obtained by invoking Get Shard Iterator
-
Put Record: Put a data record into an Amazon Kinesis stream from a producer
-
Put Records: Put multiple data record into an Amazon Kinesis stream from a producer
-
List Streams: Retrieve an array of streams that are associated with the AWS account
-
List Shards: List the shards in a stream and provides information about each shard
-
Merge Shards: Merge two adjacent shards in a stream to reduce the stream's capacity to ingest and transport data
-
Split Shard: Split a shard into two new shards in the stream to increase the stream's capacity to ingest and transport data
-
Add Tags To Stream: Add or update tags for the specified Amazon Kinesis stream
-
List Tags For Stream: List tags for the specified Amazon Kinesis stream
-
Remove Tags From Stream: Delete tags from the specified Amazon Kinesis stream
-
Decrease Stream Retention Period: Decrease the Kinesis data stream's retention period
-
Describe Limits: Describe the shard limits and usage for the account
-
Describe Stream Summary: Provide a summarized description of the specified Kinesis data stream without the shard list
-
Disable Enhanced Monitoring: Disable enhanced monitoring
-
Enable Enhanced Monitoring: Enable enhanced Kinesis data stream monitoring for shard-level metrics
-
Increase Stream Retention Period: Increase the Kinesis data stream's retention period
-
Update Shard Count: Update the shard count of the specified stream to the specified number of shards
Custom Actions
You can use this connector to create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.