feat(node): add chatbot icon (#633)

pull/519/merge
y-tomida 4 years ago committed by GitHub
parent 896e21fec2
commit e03ca65725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,10 @@ class AutoScaling(_Management):
_icon = "auto-scaling.png"
class Chatbot(_Management):
_icon = "chatbot.png"
class CloudformationChangeSet(_Management):
_icon = "cloudformation-change-set.png"

@ -301,6 +301,7 @@ Node classes list of aws provider.
## aws.management
- **diagrams.aws.management.AutoScaling**
- **diagrams.aws.management.Chatbot**
- **diagrams.aws.management.CloudformationChangeSet**
- **diagrams.aws.management.CloudformationStack**
- **diagrams.aws.management.CloudformationTemplate**

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save