feat(aws): add AWS Security Lake icon (#1167)

* Add AWS Security Lake icon

* Add AWS Security Lake icon
pull/1154/merge
aoki-h-jp 4 weeks ago committed by GitHub
parent 2d3943dd48
commit 72b8c9b9f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -140,6 +140,10 @@ class SecurityIdentityAndCompliance(_Security):
_icon = "security-identity-and-compliance.png"
class SecurityLake(_Security):
_icon = "security-lake.png"
class ShieldAdvanced(_Security):
_icon = "shield-advanced.png"

@ -1475,6 +1475,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/security/security-identity-and-compliance.png" alt="SecurityIdentityAndCompliance" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.SecurityIdentityAndCompliance**
<img width="30" src="/img/resources/aws/security/security-lake.png" alt="SecurityLake" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.SecurityLake**
<img width="30" src="/img/resources/aws/security/shield-advanced.png" alt="ShieldAdvanced" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.ShieldAdvanced**

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Loading…
Cancel
Save