Aws17 Management Tools Entities
Alarm
- Preview
- Usage
- Definition
import { Alarm } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Alarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALARM } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, ALARM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.alarm;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 54,
_original_height: 66,
}
Apps
- Preview
- Usage
- Definition
import { Apps } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Apps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, APPS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.apps;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 81,
_original_height: 79.5,
}
Automation
- Preview
- Usage
- Definition
import { Automation } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Automation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMATION } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, AUTOMATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.automation;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 78,
_original_height: 81,
}
Change Set
- Preview
- Usage
- Definition
import { ChangeSet } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ChangeSet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANGE_SET } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHANGE_SET)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.change_set;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 64.5,
}
Checklist
- Preview
- Usage
- Definition
import { Checklist } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Checklist/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.checklist;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 64.5,
}
Checklist Cost
- Preview
- Usage
- Definition
import { ChecklistCost } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ChecklistCost/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_COST } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_COST)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.checklist_cost;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 75,
}
Checklist Fault Tolerance
- Preview
- Usage
- Definition
import { ChecklistFaultTolerance } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ChecklistFaultTolerance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_FAULT_TOLERANCE } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_FAULT_TOLERANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.checklist_fault_tolerance;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 57,
_original_height: 72,
}
Checklist Performance
- Preview
- Usage
- Definition
import { ChecklistPerformance } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ChecklistPerformance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_PERFORMANCE } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_PERFORMANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.checklist_performance;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 61.5,
_original_height: 73.5,
}
Checklist Security
- Preview
- Usage
- Definition
import { ChecklistSecurity } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ChecklistSecurity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_SECURITY } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_SECURITY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.checklist_security;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 54,
_original_height: 69,
}
CloudFormation
- Preview
- Usage
- Definition
import { Cloudformation } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Cloudformation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDFORMATION } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CLOUDFORMATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cloudformation;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
CloudTrail
- Preview
- Usage
- Definition
import { Cloudtrail } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Cloudtrail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDTRAIL } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CLOUDTRAIL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cloudtrail;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
CloudWatch
- Preview
- Usage
- Definition
import { Cloudwatch } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Cloudwatch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cloudwatch;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 82.5,
_original_height: 93,
}
Config
- Preview
- Usage
- Definition
import { Config } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Config/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFIG } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CONFIG)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.config;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Config Rule
- Preview
- Usage
- Definition
import { ConfigRule } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ConfigRule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFIG_RULE } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, CONFIG_RULE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.config_rule;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 72,
}
Deployments
- Preview
- Usage
- Definition
import { Deployments } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Deployments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEPLOYMENTS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, DEPLOYMENTS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.deployments;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 81,
_original_height: 76.5,
}
Documents
- Preview
- Usage
- Definition
import { Documents } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Documents/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCUMENTS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, DOCUMENTS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.documents;fillColor=#759C3E;gradientColor=none;',
},
_width: 90,
_height: 100.5,
}
EC2 Systems Manager
- Preview
- Usage
- Definition
import { Ec2SystemsManager } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Ec2SystemsManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EC2_SYSTEMS_MANAGER } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, EC2_SYSTEMS_MANAGER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ec2_systems_manager;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 82.5,
}
Event (Event Based)
- Preview
- Usage
- Definition
import { EventEventBased } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<EventEventBased/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_EVENT_BASED } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, EVENT_EVENT_BASED)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.event_event_based;fillColor=#759C3E;gradientColor=none;',
},
_width: 60,
_height: 82.5,
}
Event (Time Based)
- Preview
- Usage
- Definition
import { EventTimeBased } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<EventTimeBased/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_TIME_BASED } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, EVENT_TIME_BASED)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.event_time_based;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 63,
_original_height: 82.5,
}
Instances
- Preview
- Usage
- Definition
import { Instances } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Instances/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSTANCES } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, INSTANCES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.instances_2;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 81,
_original_height: 81,
}
Inventory
- Preview
- Usage
- Definition
import { Inventory } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Inventory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INVENTORY } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, INVENTORY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.inventory;fillColor=#759C3E;gradientColor=none;',
},
_width: 90,
_height: 105,
}
Layers
- Preview
- Usage
- Definition
import { Layers } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Layers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAYERS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, LAYERS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.layers;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 81,
_original_height: 79.5,
}
Maintenance Window
- Preview
- Usage
- Definition
import { MaintenanceWindow } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<MaintenanceWindow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAINTENANCE_WINDOW } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, MAINTENANCE_WINDOW)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.maintenance_window;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 75,
_original_height: 78,
}
Managed Services
- Preview
- Usage
- Definition
import { ManagedServices } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ManagedServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_SERVICES } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, MANAGED_SERVICES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.managed_services;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Monitoring
- Preview
- Usage
- Definition
import { Monitoring } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Monitoring/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MONITORING } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, MONITORING)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.monitoring;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 81,
_original_height: 67.5,
}
OpsWorks
- Preview
- Usage
- Definition
import { Opsworks } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Opsworks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPSWORKS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, OPSWORKS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.opsworks;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Parameter Store
- Preview
- Usage
- Definition
import { ParameterStore } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ParameterStore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARAMETER_STORE } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, PARAMETER_STORE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.parameter_store;fillColor=#759C3E;gradientColor=none;',
},
_width: 75,
_height: 102,
}
Patch Manager
- Preview
- Usage
- Definition
import { PatchManager } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<PatchManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PATCH_MANAGER } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, PATCH_MANAGER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.patch_manager;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 85.5,
_original_height: 90,
}
Permissions
- Preview
- Usage
- Definition
import { Permissions } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Permissions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERMISSIONS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, PERMISSIONS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.permissions;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 79.5,
}
Resources
- Preview
- Usage
- Definition
import { Resources } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Resources/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESOURCES } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, RESOURCES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.resources;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 79.5,
}
Run Command
- Preview
- Usage
- Definition
import { RunCommand } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<RunCommand/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RUN_COMMAND } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, RUN_COMMAND)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.run_command;fillColor=#759C3E;gradientColor=none;',
},
_width: 114,
_height: 82.5,
}
Service Catalog
- Preview
- Usage
- Definition
import { ServiceCatalog } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<ServiceCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_CATALOG } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, SERVICE_CATALOG)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.service_catalog;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Stack AWS CloudFormation
- Preview
- Usage
- Definition
import { StackAwsCloudformation } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<StackAwsCloudformation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK_AWS_CLOUDFORMATION } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, STACK_AWS_CLOUDFORMATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.stack_aws_cloudformation;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 58.5,
}
Stack AWS OpsWorks
- Preview
- Usage
- Definition
import { StackAwsOpsworks } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<StackAwsOpsworks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK_AWS_OPSWORKS } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, STACK_AWS_OPSWORKS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.stack_aws_opsworks;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
State Manager
- Preview
- Usage
- Definition
import { StateManager } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<StateManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STATE_MANAGER } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, STATE_MANAGER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.state_manager;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 82.5,
}
Template
- Preview
- Usage
- Definition
import { Template } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Template/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEMPLATE } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, TEMPLATE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.template;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 64.5,
}
Trusted Advisor
- Preview
- Usage
- Definition
import { TrustedAdvisor } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<TrustedAdvisor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRUSTED_ADVISOR } from '@dinghy/diagrams/entitiesAws17ManagementTools'
<Shape
{...props}
_style={extendStyle(props, TRUSTED_ADVISOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.trusted_advisor;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}