Skip to content

Commit

Permalink
Add Amazon CloudWatch Logs icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakakakku committed Jan 1, 2025
1 parent b6ee6e0 commit 48ebf1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ class CloudwatchEventTimeBased(_Management):
_icon = "cloudwatch-event-time-based.png"


class CloudwatchLogs(_Management):
_icon = "cloudwatch-logs.png"


class CloudwatchRule(_Management):
_icon = "cloudwatch-rule.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/cloudwatch-event-time-based.png" alt="CloudwatchEventTimeBased" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.CloudwatchEventTimeBased**

<img width="30" src="/img/resources/aws/management/cloudwatch-logs.png" alt="CloudwatchLogs" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.CloudwatchLogs**

<img width="30" src="/img/resources/aws/management/cloudwatch-rule.png" alt="CloudwatchRule" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.CloudwatchRule**

Expand Down
Binary file added resources/aws/management/cloudwatch-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48ebf1c

Please sign in to comment.