Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
a84da55 to
1327ae7
Compare
This comment has been minimized.
This comment has been minimized.
9cb9286 to
3276742
Compare
tas50
commented
Mar 11, 2026
| // Source configuration if the stream reads from a Kinesis data stream | ||
| source dict | ||
| // Destinations for the delivery stream | ||
| destinations []dict |
Member
Author
There was a problem hiding this comment.
This is a brand new resource. Willing to accept this breaking change
1de6fa4 to
1fabf98
Compare
1fabf98 to
9a5b260
Compare
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Tim Smith <tsmith84@gmail.com>
Add finding ARN prefix to __id for packageVulnerability, networkReachability, codeVulnerability, cvssScore, and vulnerablePackage sub-resources to prevent cache key collisions across different findings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9a5b260 to
3490e64
Compare
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…etails Addresses PR review: use a.Region.Data consistently (like tags() and other resources) instead of a separately cached internal region field. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
destinations []dictwith typed destination resources (S3, Redshift, Elasticsearch, OpenSearch, Splunk, HTTP endpoint) including CloudWatch logging and IAM role referencesiamRole()references (deprecating rawroleArnstring fields)Test plan
make providers/build/aws && make providers/install/aws)mql run aws -c "aws.sagemaker.models { name arn }"mql run aws -c "aws.inspector.findings { title severity status }"mql run aws -c "aws.shield.drtAccess"mql run aws -c "aws.kinesis.firehoseDeliveryStreams { destinations { type } }"mql run aws -c "aws.account.organization.delegatedAdministrators { name email }"mql run aws -c "aws.iam.accessAnalyzer.archivedFindings.length"mql run aws -c "aws.config.recorders { iamRole }"🤖 Generated with Claude Code