pull/1222/merge
Yoshiaki Yoshida 1 week ago committed by GitHub
commit e51d734042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,6 +160,10 @@ class SingleSignOn(_Security):
_icon = "single-sign-on.png"
class VerifiedPermissions(_Security):
_icon = "verified-permissions.png"
class WAFFilteringRule(_Security):
_icon = "waf-filtering-rule.png"

@ -1493,6 +1493,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/security/single-sign-on.png" alt="SingleSignOn" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.SingleSignOn**
<img width="30" src="/img/resources/aws/security/verified-permissions.png" alt="VerifiedPermissions" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.VerifiedPermissions**
<img width="30" src="/img/resources/aws/security/waf-filtering-rule.png" alt="WAFFilteringRule" style="float: left; padding-right: 5px;" >
**diagrams.aws.security.WAFFilteringRule**

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Loading…
Cancel
Save