diff --git a/diagrams/aws/management.py b/diagrams/aws/management.py index 653791b..b04dac8 100644 --- a/diagrams/aws/management.py +++ b/diagrams/aws/management.py @@ -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" diff --git a/docs/nodes/aws.md b/docs/nodes/aws.md index aeb34f5..a2b28cb 100644 --- a/docs/nodes/aws.md +++ b/docs/nodes/aws.md @@ -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** diff --git a/resources/aws/management/chatbot.png b/resources/aws/management/chatbot.png new file mode 100644 index 0000000..4e6e0a3 Binary files /dev/null and b/resources/aws/management/chatbot.png differ