Skip to content

Commit

Permalink
Added template for kinesis delivery stream
Browse files Browse the repository at this point in the history
  • Loading branch information
TWinsnes committed Feb 5, 2024
1 parent f7dd36b commit 6f4e1b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion link2aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class ARN {
"execute-api": { // Amazon API Gateway
},
"firehose": { // Amazon Kinesis Firehose
"deliverystream": null,
"deliverystream": () => `https://console.aws.amazon.com/firehose/home?region=${this.region}#/details/${this.resource}/monitoring`,
},
"fms": { // AWS Firewall Manager
"policy": null,
Expand Down
4 changes: 3 additions & 1 deletion testcases/aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@
"arn:aws:eks:us-east-1:123456789012:cluster/test-cluster": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster",
"arn:aws:eks:us-east-1:123456789012:nodegroup/test-cluster/test-workers/a2c51527-da50-031f-1130-c5d5d77be06c": "https://console.aws.amazon.com/eks/home?region=us-east-1#/clusters/test-cluster/nodegroups/test-workers",

"arn:aws:backup:us-east-1:123456789012:backup-vault:backups-primary": "https://console.aws.amazon.com/backup/home?region=us-east-1#/backupvaults/details/backups-primary"
"arn:aws:backup:us-east-1:123456789012:backup-vault:backups-primary": "https://console.aws.amazon.com/backup/home?region=us-east-1#/backupvaults/details/backups-primary",

"arn:aws:firehose:us-east-1:123456789012:deliverystream/test-stream": "https://console.aws.amazon.com/firehose/home?region=us-east-1#/details/test-stream/monitoring"
}

0 comments on commit 6f4e1b9

Please sign in to comment.