Skip to content

Commit

Permalink
Update ARN pattern (#1781)
Browse files Browse the repository at this point in the history
Co-authored-by: Javi Imbernón <[email protected]>
  • Loading branch information
hannahramadan and javimb authored Nov 18, 2024
1 parent 50bcae2 commit 9d88ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ relationships:
- attribute: cloud.platform
anyOf: [ "aws_kinesis_data_streams"]
- attribute: cloud.resource_id
regex: "^arn:aws:kinesis:([^:]*):([^:]*):stream:([^:]*)"
regex: "^arn:aws:kinesis:([^:]*):([^:]*):stream\/([^:]*)"
relationship:
expires: P75M
relationshipType: CALLS
Expand Down

0 comments on commit 9d88ed2

Please sign in to comment.