link2aws 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/link2aws.js +1 -1
- package/package.json +1 -1
package/link2aws.js
CHANGED
|
@@ -664,7 +664,7 @@ class ARN {
|
|
|
664
664
|
"StaticIp": null,
|
|
665
665
|
},
|
|
666
666
|
"logs": { // Amazon CloudWatch Logs
|
|
667
|
-
"log-group":
|
|
667
|
+
"log-group": () => `https://${this.region}.${this.console}/cloudwatch/home?region=${this.region}#logsV2:log-groups/log-group/${this.resource.replace(/:\*$/, "").replace(/#/g, "$2523").replace(/[/]/g, "$252F")}`,
|
|
668
668
|
},
|
|
669
669
|
"machinelearning": { // Amazon Machine Learning
|
|
670
670
|
"batchprediction": null,
|