feat(aws): support management resources

pull/50/head
mingrammer 5 years ago
parent c1e5aa8caa
commit db4dd6f2ec

@ -139,6 +139,10 @@ ALIASES = {
"iot": { "iot": {
"Freertos": "FreeRTOS", "Freertos": "FreeRTOS",
}, },
"management": {
"SystemsManager": "SSM",
"SystemsManagerParameterStore": "ParameterStore",
},
"migration": { "migration": {
"ApplicationDiscoveryService": "ADS", "ApplicationDiscoveryService": "ADS",
"CloudendureMigration": "CEM", "CloudendureMigration": "CEM",

@ -0,0 +1,86 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _Management(_AWS):
_type = "management"
_icon_dir = "resources/aws/management"
class AutoScaling(_Management):
_icon = "auto-scaling.png"
class Cloudformation(_Management):
_icon = "cloudformation.png"
class Cloudtrail(_Management):
_icon = "cloudtrail.png"
class Cloudwatch(_Management):
_icon = "cloudwatch.png"
class Codeguru(_Management):
_icon = "codeguru.png"
class CommandLineInterface(_Management):
_icon = "command-line-interface.png"
class Config(_Management):
_icon = "config.png"
class ControlTower(_Management):
_icon = "control-tower.png"
class LicenseManager(_Management):
_icon = "license-manager.png"
class ManagedServices(_Management):
_icon = "managed-services.png"
class ManagementConsole(_Management):
_icon = "management-console.png"
class Opsworks(_Management):
_icon = "opsworks.png"
class Organizations(_Management):
_icon = "organizations.png"
class ServiceCatalog(_Management):
_icon = "service-catalog.png"
class SystemsManagerParameterStore(_Management):
_icon = "systems-manager-parameter-store.png"
class SystemsManager(_Management):
_icon = "systems-manager.png"
class TrustedAdvisor(_Management):
_icon = "trusted-advisor.png"
class WellArchitectedTool(_Management):
_icon = "well-architected-tool.png"
# Aliases
SSM = SystemsManager
ParameterStore = SystemsManagerParameterStore

@ -70,6 +70,27 @@ Node classes list of aws provider.
- **diagrams.aws.network.TransitGateway** - **diagrams.aws.network.TransitGateway**
- **diagrams.aws.network.VPC** - **diagrams.aws.network.VPC**
## aws.management
- **diagrams.aws.management.AutoScaling**
- **diagrams.aws.management.Cloudformation**
- **diagrams.aws.management.Cloudtrail**
- **diagrams.aws.management.Cloudwatch**
- **diagrams.aws.management.Codeguru**
- **diagrams.aws.management.CommandLineInterface**
- **diagrams.aws.management.Config**
- **diagrams.aws.management.ControlTower**
- **diagrams.aws.management.LicenseManager**
- **diagrams.aws.management.ManagedServices**
- **diagrams.aws.management.ManagementConsole**
- **diagrams.aws.management.Opsworks**
- **diagrams.aws.management.Organizations**
- **diagrams.aws.management.ServiceCatalog**
- **diagrams.aws.management.SystemsManagerParameterStore**, **ParameterStore** (alias)
- **diagrams.aws.management.SystemsManager**, **SSM** (alias)
- **diagrams.aws.management.TrustedAdvisor**
- **diagrams.aws.management.WellArchitectedTool**
## aws.storage ## aws.storage
- **diagrams.aws.storage.Backup** - **diagrams.aws.storage.Backup**

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Loading…
Cancel
Save