Action | Description | Resource | Condition |
---|---|---|---|
kinesis:AddTagsToStream | Adds or updates tags for the specified Amazon Kinesis stream. | ??? | - |
kinesis:CreateStream | Creates an Amazon Kinesis stream. | ??? | - |
kinesis:DecreaseStreamRetentionPeriod | Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. | ??? | - |
kinesis:DeleteStream | Deletes an Amazon Kinesis stream and all its shards and data. | ??? | - |
kinesis:DescribeStream | Describes the specified Amazon Kinesis stream. | arn:aws:kinesis:$region:$account-id:stream/$stream-name | - |
kinesis:GetShardIterator | Gets an Amazon Kinesis shard iterator. | arn:aws:kinesis:$region:$account-id:stream/$stream-name | - |
kinesis:GetRecords | Gets data records from an Amazon Kinesis stream's shard. | arn:aws:kinesis:$region:$account-id:stream/$stream-name | - |
kinesis:IncreaseStreamRetentionPeriod | Increases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. | ??? | - |
kinesis:ListStreams | Lists your Amazon Kinesis streams. | * | - |
kinesis:ListTagsForStream | Lists the tags for the specified Amazon Kinesis stream. | ??? | - |
kinesis:MergeShards | Merges two adjacent shards in an Amazon Kinesis stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. | ??? | - |
kinesis:PutRecord | Writes a single data record into an Amazon Kinesis stream. | arn:aws:kinesis:$region:$account-id:stream/$stream-name | - |
kinesis:PutRecords | Writes multiple data records into an Amazon Kinesis stream in a single call (also referred to as a PutRecords request). | arn:aws:kinesis:$region:$account-id:stream/$stream-name | - |
kinesis:RemoveTagsFromStream | Removes tags from the specified Amazon Kinesis stream. | ??? | - |
kinesis:SplitShard | Splits a shard into two new shards in the Amazon Kinesis stream to increase the stream's capacity to ingest and transport data. | ??? | - |