Skip to content

Commit

Permalink
Merge pull request #1087 from kakakakakku/cloudwatch-logs
Browse files Browse the repository at this point in the history
Add Amazon CloudWatch Logs icon
  • Loading branch information
tvqphuoc01 authored Jan 3, 2025
2 parents b6ee6e0 + 48ebf1c commit be04bb1
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 be04bb1

Please sign in to comment.