Amazon Kinesis Data Streams (kinesis)

2026-09-02

6 new actions, 1 new resource | 3 updated actions

Additions

    Actions
  • AssociateStreamsWithChannel
    • Description:  Grants permission to associate a stream with a channel
    • Access:  Write
    • Resources: 

      Name: channel

      Required: Yes

      Name: stream

      Required: Yes

  • CreateChannel
    • Description:  Grants permission to create a channel that delivers data from a selected single stream to a destination
    • Access:  Tagging
    • Resources: 

      Name: channel

      Required: Yes

  • DeleteChannel
    • Description:  Grants permission to delete the specified channel
    • Access:  Write
    • Resources: 

      Name: channel

      Required: Yes

  • DescribeChannel
    • Description:  Grants permission to describe the specified channel
    • Access:  Read
    • Resources: 

      Name: channel

      Required: Yes

  • ListChannels
    • Description:  Grants permission to list the channels in the account, optionally filtered by stream
    • Access:  List
  • UpdateChannel
    • Description:  Grants permission to update the logging configuration and destination data freshness for the specified channel
    • Access:  Write
    • Resources: 

      Name: channel

      Required: Yes

    Resources
  • channel
    • Arn:  arn:${Partition}:kinesis:${Region}:${Account}:channel/${ChannelId}
    • Conditions: 

      aws:ResourceTag/${TagKey}

Updates