Add StreamModeDetails column to Kinesis stream table #2320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First-time Contributor:
This is my first contribution to the Steampipe project, and I’m excited to collaborate with the team! Please feel free to provide any feedback or guidance on improvements. I’m happy to make any adjustments as needed. Thank you for reviewing my contribution!
Details
This PR introduces a new column, StreamModeDetails, in the aws/table_aws_kinesis_stream.go table. The purpose of this column is to provide essential information about the mode of Kinesis streams, allowing users to easily identify whether a stream is provisioned or on-demand.
Key Changes:
Added StreamModeDetails column to the Kinesis Stream table definition.
Updated logic to retrieve and display stream mode details.
Benefits:
Enhances the visibility of Kinesis stream configuration by indicating the stream mode.
Simplifies resource monitoring and management for users dealing with both provisioned and on-demand Kinesis streams.
Query example