Add AWS User Notifications icon (#1138)

pull/1143/head
Yoshiaki Yoshida 5 months ago committed by GitHub
parent 142b495c4c
commit b21ce51bc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -236,6 +236,10 @@ class TrustedAdvisor(_Management):
_icon = "trusted-advisor.png"
class UserNotifications(_Management):
_icon = "user-notifications.png"
class WellArchitectedTool(_Management):
_icon = "well-architected-tool.png"

@ -1001,6 +1001,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/trusted-advisor.png" alt="TrustedAdvisor" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.TrustedAdvisor**
<img width="30" src="/img/resources/aws/management/user-notifications.png" alt="UserNotifications" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.UserNotifications**
<img width="30" src="/img/resources/aws/management/well-architected-tool.png" alt="WellArchitectedTool" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.WellArchitectedTool**

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Loading…
Cancel
Save