Aws Management & Governance Entities
Account
- Preview
- Usage
- Definition
import { Account } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Account/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACCOUNT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ACCOUNT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.organizations_account;',
},
_original_width: 74,
_original_height: 78,
}
Alarm
- Preview
- Usage
- Definition
import { Alarm } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Alarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALARM } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ALARM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.alarm;',
},
_original_width: 78,
_original_height: 78,
}
App Config
- Preview
- Usage
- Definition
import { AppConfig } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<AppConfig/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_CONFIG } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, APP_CONFIG)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.app_config;',
},
_original_width: 78,
_original_height: 78,
}
Application Auto Scaling
- Preview
- Usage
- Definition
import { ApplicationAutoScaling } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ApplicationAutoScaling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_AUTO_SCALING } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_AUTO_SCALING)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.application_auto_scaling;',
},
_original_width: 78,
_original_height: 78,
}
Application Manager
- Preview
- Usage
- Definition
import { ApplicationManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ApplicationManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_application_manager;',
},
_original_width: 78,
_original_height: 74,
}
Apps
- Preview
- Usage
- Definition
import { Apps } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Apps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, APPS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opsworks_apps;',
},
_original_width: 78,
_original_height: 78,
}
Auto Scaling
- Preview
- Usage
- Definition
import { AutoScaling } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<AutoScaling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTO_SCALING } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, AUTO_SCALING)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.autoscaling;',
},
_original_width: 78,
_original_height: 78,
}
Automation
- Preview
- Usage
- Definition
import { Automation } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Automation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMATION } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, AUTOMATION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.automation;',
},
_original_width: 78,
_original_height: 78,
}
Backint Agent
- Preview
- Usage
- Definition
import { BackintAgent } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<BackintAgent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BACKINT_AGENT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, BACKINT_AGENT)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.backint_agent;',
},
_original_width: 78,
_original_height: 78,
}
Change Calendar
- Preview
- Usage
- Definition
import { ChangeCalendar } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChangeCalendar/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANGE_CALENDAR } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHANGE_CALENDAR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_change_calendar;',
},
_original_width: 78,
_original_height: 72,
}
Change Manager
- Preview
- Usage
- Definition
import { ChangeManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChangeManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANGE_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHANGE_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_change_manager;',
},
_original_width: 78,
_original_height: 72,
}
Change Set
- Preview
- Usage
- Definition
import { ChangeSet } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChangeSet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANGE_SET } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHANGE_SET)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.change_set;',
},
_original_width: 65,
_original_height: 78,
}
Chatbot
- Preview
- Usage
- Definition
import { Chatbot } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Chatbot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHATBOT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHATBOT)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.chatbot;',
},
_original_width: 78,
_original_height: 78,
}
Checklist
- Preview
- Usage
- Definition
import { Checklist } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Checklist/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.checklist;',
},
_original_width: 66,
_original_height: 78,
}
Checklist Cost
- Preview
- Usage
- Definition
import { ChecklistCost } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChecklistCost/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_COST } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_COST)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.checklist_cost;',
},
_original_width: 78,
_original_height: 78,
}
Checklist Fault Tolerant
- Preview
- Usage
- Definition
import { ChecklistFaultTolerant } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChecklistFaultTolerant/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_FAULT_TOLERANT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_FAULT_TOLERANT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.checklist_fault_tolerant;',
},
_original_width: 78,
_original_height: 77,
}
Checklist Performance
- Preview
- Usage
- Definition
import { ChecklistPerformance } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChecklistPerformance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_PERFORMANCE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_PERFORMANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.checklist_performance;',
},
_original_width: 78,
_original_height: 78,
}
Checklist Security
- Preview
- Usage
- Definition
import { ChecklistSecurity } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ChecklistSecurity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHECKLIST_SECURITY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CHECKLIST_SECURITY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.checklist_security;',
},
_original_width: 78,
_original_height: 78,
}
CloudFormation
- Preview
- Usage
- Definition
import { Cloudformation } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Cloudformation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDFORMATION } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDFORMATION)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudformation;',
},
_original_width: 78,
_original_height: 78,
}
CloudTrail
- Preview
- Usage
- Definition
import { Cloudtrail } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Cloudtrail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDTRAIL } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDTRAIL)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudtrail;',
},
_original_width: 78,
_original_height: 78,
}
CloudTrail Lake
- Preview
- Usage
- Definition
import { CloudtrailLake } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudtrailLake/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDTRAIL_LAKE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDTRAIL_LAKE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudtrail_cloudtrail_lake;',
},
_original_width: 78,
_original_height: 78,
}
CloudWatch
- Preview
- Usage
- Definition
import { Cloudwatch } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Cloudwatch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cloudwatch_2;',
},
_original_width: 78,
_original_height: 78,
}
CloudWatch Cross Account Observability
- Preview
- Usage
- Definition
import { CloudwatchCrossAccountObservability } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchCrossAccountObservability/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_CROSS_ACCOUNT_OBSERVABILITY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_CROSS_ACCOUNT_OBSERVABILITY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_cross_account_observability;',
},
_original_width: 78,
_original_height: 78,
}
CloudWatch Data Protection
- Preview
- Usage
- Definition
import { CloudwatchDataProtection } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchDataProtection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_DATA_PROTECTION } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_DATA_PROTECTION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_data_protection;',
},
_original_width: 78,
_original_height: 69,
}
CloudWatch Evidently
- Preview
- Usage
- Definition
import { CloudwatchEvidently } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchEvidently/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_EVIDENTLY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_EVIDENTLY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_evidently;',
},
_original_width: 78,
_original_height: 78,
}
CloudWatch Logs
- Preview
- Usage
- Definition
import { CloudwatchLogs } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchLogs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_LOGS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_LOGS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_logs;',
},
_width: 78,
_height: 58,
}
CloudWatch Metrics Insights
- Preview
- Usage
- Definition
import { CloudwatchMetricsInsights } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchMetricsInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_METRICS_INSIGHTS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_METRICS_INSIGHTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_metrics_insights;',
},
_original_width: 77,
_original_height: 78,
}
CloudWatch RUM
- Preview
- Usage
- Definition
import { CloudwatchRum } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchRum/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_RUM } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_RUM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_rum;',
},
_original_width: 78,
_original_height: 78,
}
CloudWatch Synthetics
- Preview
- Usage
- Definition
import { CloudwatchSynthetics } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CloudwatchSynthetics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDWATCH_SYNTHETICS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CLOUDWATCH_SYNTHETICS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cloudwatch_synthetics;',
},
_original_width: 78,
_original_height: 77,
}
CodeGuru
- Preview
- Usage
- Definition
import { Codeguru } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Codeguru/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CODEGURU } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CODEGURU)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.codeguru;',
},
_original_width: 78,
_original_height: 78,
}
Command Line Interface
- Preview
- Usage
- Definition
import { CommandLineInterface } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<CommandLineInterface/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMAND_LINE_INTERFACE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, COMMAND_LINE_INTERFACE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.command_line_interface;',
},
_original_width: 78,
_original_height: 78,
}
Compliance
- Preview
- Usage
- Definition
import { Compliance } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Compliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPLIANCE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, COMPLIANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_compliance;',
},
_original_width: 67,
_original_height: 78,
}
Compute Optimizer
- Preview
- Usage
- Definition
import { ComputeOptimizer } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ComputeOptimizer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTE_OPTIMIZER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, COMPUTE_OPTIMIZER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.compute_optimizer;',
},
_original_width: 78,
_original_height: 78,
}
Config
- Preview
- Usage
- Definition
import { Config } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Config/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFIG } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CONFIG)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.config;',
},
_original_width: 78,
_original_height: 78,
}
Console Mobile Application
- Preview
- Usage
- Definition
import { ConsoleMobileApplication } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ConsoleMobileApplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSOLE_MOBILE_APPLICATION } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CONSOLE_MOBILE_APPLICATION)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mobile_application;',
},
_original_width: 78,
_original_height: 78,
}
Control Tower
- Preview
- Usage
- Definition
import { ControlTower } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ControlTower/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTROL_TOWER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, CONTROL_TOWER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.control_tower;',
},
_original_width: 78,
_original_height: 78,
}
Deployments
- Preview
- Usage
- Definition
import { Deployments } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Deployments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEPLOYMENTS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, DEPLOYMENTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.deployments;',
},
_original_width: 65,
_original_height: 78,
}
Distributor
- Preview
- Usage
- Definition
import { Distributor } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Distributor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISTRIBUTOR } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, DISTRIBUTOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_distributor;',
},
_original_width: 78,
_original_height: 78,
}
Distro for OpenTelemetry
- Preview
- Usage
- Definition
import { DistroForOpentelemetry } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<DistroForOpentelemetry/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISTRO_FOR_OPENTELEMETRY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, DISTRO_FOR_OPENTELEMETRY)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.distro_for_opentelemetry;',
},
_original_width: 78,
_original_height: 78,
}
Documents
- Preview
- Usage
- Definition
import { Documents } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Documents/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCUMENTS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, DOCUMENTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.documents;',
},
_original_width: 64,
_original_height: 78,
}
Event (Event-Based)
- Preview
- Usage
- Definition
import { EventEventBased } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<EventEventBased/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_EVENT_BASED } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, EVENT_EVENT_BASED)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.event_event_based;',
},
_original_width: 78,
_original_height: 78,
}
Event (Time-Based)
- Preview
- Usage
- Definition
import { EventTimeBased } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<EventTimeBased/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EVENT_TIME_BASED } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, EVENT_TIME_BASED)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.event_time_based;',
},
_original_width: 78,
_original_height: 78,
}
Fault Injection Simulator
- Preview
- Usage
- Definition
import { FaultInjectionSimulator } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<FaultInjectionSimulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FAULT_INJECTION_SIMULATOR } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, FAULT_INJECTION_SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.fault_injection_simulator;',
},
_original_width: 78,
_original_height: 78,
}
Health Dashboard
- Preview
- Usage
- Definition
import { HealthDashboard } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<HealthDashboard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTH_DASHBOARD } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, HEALTH_DASHBOARD)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.personal_health_dashboard;',
},
_original_width: 78,
_original_height: 78,
}
Incident Manager
- Preview
- Usage
- Definition
import { IncidentManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<IncidentManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INCIDENT_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, INCIDENT_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_incident_manager;',
},
_original_width: 78,
_original_height: 78,
}
Instances
- Preview
- Usage
- Definition
import { Instances } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Instances/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSTANCES } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, INSTANCES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.instances_2;',
},
_original_width: 78,
_original_height: 78,
}
Inventory
- Preview
- Usage
- Definition
import { Inventory } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Inventory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INVENTORY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, INVENTORY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.inventory;',
},
_original_width: 78,
_original_height: 78,
}
Launch Wizard
- Preview
- Usage
- Definition
import { LaunchWizard } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<LaunchWizard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAUNCH_WIZARD } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LAUNCH_WIZARD)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.app_wizard;',
},
_original_width: 78,
_original_height: 78,
}
Layers
- Preview
- Usage
- Definition
import { Layers } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Layers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAYERS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LAYERS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.layers;',
},
_original_width: 78,
_original_height: 78,
}
License Manager
- Preview
- Usage
- Definition
import { LicenseManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<LicenseManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LICENSE_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LICENSE_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.license_manager;',
},
_original_width: 78,
_original_height: 78,
}
License Manager Application Discovery
- Preview
- Usage
- Definition
import { LicenseManagerApplicationDiscovery } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<LicenseManagerApplicationDiscovery/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LICENSE_MANAGER_APPLICATION_DISCOVERY } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LICENSE_MANAGER_APPLICATION_DISCOVERY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.license_manager_application_discovery;',
},
_original_width: 78,
_original_height: 78,
}
License Manager License Blending
- Preview
- Usage
- Definition
import { LicenseManagerLicenseBlending } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<LicenseManagerLicenseBlending/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LICENSE_MANAGER_LICENSE_BLENDING } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LICENSE_MANAGER_LICENSE_BLENDING)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.license_manager_license_blending;',
},
_original_width: 78,
_original_height: 78,
}
Logs
- Preview
- Usage
- Definition
import { Logs } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Logs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, LOGS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.logs;',
},
_width: 57,
_height: 78,
}
Maintenance Windows
- Preview
- Usage
- Definition
import { MaintenanceWindows } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<MaintenanceWindows/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAINTENANCE_WINDOWS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MAINTENANCE_WINDOWS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.maintenance_windows;',
},
_original_width: 78,
_original_height: 78,
}
Managed Grafana
- Preview
- Usage
- Definition
import { ManagedGrafana } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ManagedGrafana/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_GRAFANA } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MANAGED_GRAFANA)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.managed_service_for_grafana;',
},
_original_width: 78,
_original_height: 78,
}
Managed Service for Prometheus
- Preview
- Usage
- Definition
import { ManagedServiceForPrometheus } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ManagedServiceForPrometheus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_SERVICE_FOR_PROMETHEUS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MANAGED_SERVICE_FOR_PROMETHEUS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.managed_service_for_prometheus;',
},
_original_width: 78,
_original_height: 78,
}
Managed Services
- Preview
- Usage
- Definition
import { ManagedServices } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ManagedServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_SERVICES } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MANAGED_SERVICES)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.managed_services;',
},
_original_width: 78,
_original_height: 78,
}
Management & Governance
- Preview
- Usage
- Definition
import { ManagementGovernance } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ManagementGovernance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGEMENT_GOVERNANCE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MANAGEMENT_GOVERNANCE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.management_and_governance;',
},
_original_width: 78,
_original_height: 78,
}
Management Console
- Preview
- Usage
- Definition
import { ManagementConsole } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ManagementConsole/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGEMENT_CONSOLE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MANAGEMENT_CONSOLE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.management_console;',
},
_original_width: 78,
_original_height: 78,
}
Monitoring
- Preview
- Usage
- Definition
import { Monitoring } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Monitoring/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MONITORING } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, MONITORING)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.monitoring;',
},
_width: 78,
_height: 58,
}
OpsCenter
- Preview
- Usage
- Definition
import { Opscenter } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Opscenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPSCENTER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, OPSCENTER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_opscenter;',
},
_original_width: 78,
_original_height: 78,
}
OpsWorks
- Preview
- Usage
- Definition
import { Opsworks } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Opsworks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPSWORKS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, OPSWORKS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.opsworks;',
},
_original_width: 78,
_original_height: 78,
}
Organizational Unit
- Preview
- Usage
- Definition
import { OrganizationalUnit } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<OrganizationalUnit/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONAL_UNIT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONAL_UNIT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.organizations_organizational_unit2;',
},
_original_width: 78,
_original_height: 78,
}
Organizations
- Preview
- Usage
- Definition
import { Organizations } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Organizations/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.organizations;',
},
_original_width: 78,
_original_height: 78,
}
Organizations Account
- Preview
- Usage
- Definition
import { OrganizationsAccount } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<OrganizationsAccount/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONS_ACCOUNT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONS_ACCOUNT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.organizations_account2;',
},
_original_width: 78,
_original_height: 78,
}
Organizations Management Account
- Preview
- Usage
- Definition
import { OrganizationsManagementAccount } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<OrganizationsManagementAccount/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONS_MANAGEMENT_ACCOUNT } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONS_MANAGEMENT_ACCOUNT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.organizations_management_account;',
},
_original_width: 74,
_original_height: 78,
}
Organizations Management Account 2
- Preview
- Usage
- Definition
import { OrganizationsManagementAccount2 } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<OrganizationsManagementAccount2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONS_MANAGEMENT_ACCOUNT_2 } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONS_MANAGEMENT_ACCOUNT_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.organizations_management_account2;',
},
_original_width: 78,
_original_height: 78,
}
Parameter Store
- Preview
- Usage
- Definition
import { ParameterStore } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ParameterStore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARAMETER_STORE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, PARAMETER_STORE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.parameter_store;',
},
_original_width: 75,
_original_height: 78,
}
Patch Manager
- Preview
- Usage
- Definition
import { PatchManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<PatchManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PATCH_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, PATCH_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.patch_manager;',
},
_original_width: 78,
_original_height: 78,
}
Permissions
- Preview
- Usage
- Definition
import { Permissions } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Permissions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERMISSIONS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, PERMISSIONS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opsworks_permissions;',
},
_width: 54,
_height: 78,
}
Proton
- Preview
- Usage
- Definition
import { Proton } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Proton/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROTON } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, PROTON)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.proton;',
},
_original_width: 78,
_original_height: 78,
}
Resilience Hub
- Preview
- Usage
- Definition
import { ResilienceHub } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ResilienceHub/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESILIENCE_HUB } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, RESILIENCE_HUB)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.resilience_hub;',
},
_original_width: 78,
_original_height: 78,
}
Resource Explorer
- Preview
- Usage
- Definition
import { ResourceExplorer } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ResourceExplorer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESOURCE_EXPLORER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, RESOURCE_EXPLORER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.resource_explorer;',
},
_original_width: 78,
_original_height: 78,
}
Resources
- Preview
- Usage
- Definition
import { Resources } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Resources/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESOURCES } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, RESOURCES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.resources;',
},
_original_width: 68,
_original_height: 78,
}
Rule
- Preview
- Usage
- Definition
import { Rule } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Rule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RULE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, RULE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rule_2;',
},
_original_width: 78,
_original_height: 76,
}
Run Command
- Preview
- Usage
- Definition
import { RunCommand } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<RunCommand/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RUN_COMMAND } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, RUN_COMMAND)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.run_command;',
},
_width: 78,
_height: 55,
}
Service Catalog
- Preview
- Usage
- Definition

import { ServiceCatalog } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ServiceCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_CATALOG } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SERVICE_CATALOG)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.service_catalog;',
},
_original_width: 78,
_original_height: 78,
}
Service Management Connector
- Preview
- Usage
- Definition
import { ServiceManagementConnector } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ServiceManagementConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_MANAGEMENT_CONNECTOR } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SERVICE_MANAGEMENT_CONNECTOR)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.service_management_connector;',
},
_original_width: 78,
_original_height: 78,
}
Session Manager
- Preview
- Usage
- Definition
import { SessionManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<SessionManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SESSION_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SESSION_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.systems_manager_session_manager;',
},
_original_width: 78,
_original_height: 78,
}
Shield Advanced
- Preview
- Usage
- Definition
import { ShieldAdvanced } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<ShieldAdvanced/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHIELD_ADVANCED } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SHIELD_ADVANCED)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.shield_shield_advanced;',
},
_original_width: 70,
_original_height: 78,
}
Stack
- Preview
- Usage
- Definition
import { Stack } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Stack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, STACK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.stack;',
},
_original_width: 78,
_original_height: 76,
}
Stack 2
- Preview
- Usage
- Definition
import { Stack2 } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Stack2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACK_2 } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, STACK_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.stack2;',
},
_original_width: 78,
_original_height: 78,
}
State Manager
- Preview
- Usage
- Definition
import { StateManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<StateManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STATE_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, STATE_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.state_manager;',
},
_original_width: 78,
_original_height: 78,
}
Systems Manager
- Preview
- Usage
- Definition
import { SystemsManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<SystemsManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SYSTEMS_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SYSTEMS_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.systems_manager;',
},
_original_width: 78,
_original_height: 78,
}
Systems Manager - Incident Manager
- Preview
- Usage
- Definition
import { SystemsManagerIncidentManager } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<SystemsManagerIncidentManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SYSTEMS_MANAGER_INCIDENT_MANAGER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, SYSTEMS_MANAGER_INCIDENT_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.systems_manager_incident_manager;',
},
_original_width: 78,
_original_height: 78,
}
Telco Network Builder
- Preview
- Usage
- Definition
import { TelcoNetworkBuilder } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<TelcoNetworkBuilder/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELCO_NETWORK_BUILDER } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, TELCO_NETWORK_BUILDER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.telco_network_builder;',
},
_original_width: 78,
_original_height: 78,
}
Template
- Preview
- Usage
- Definition
import { Template } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Template/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEMPLATE } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, TEMPLATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#E7157B;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.template;',
},
_original_width: 65,
_original_height: 78,
}
Trusted Advisor
- Preview
- Usage
- Definition
import { TrustedAdvisor } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<TrustedAdvisor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRUSTED_ADVISOR } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, TRUSTED_ADVISOR)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.trusted_advisor;',
},
_original_width: 78,
_original_height: 78,
}
User Notifications
- Preview
- Usage
- Definition
import { UserNotifications } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<UserNotifications/>
// or
import { extendStyle } from "@dinghy/base-components";
import { USER_NOTIFICATIONS } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, USER_NOTIFICATIONS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.user_notifications;',
},
_original_width: 78,
_original_height: 78,
}
Well-Architected Tool
- Preview
- Usage
- Definition
import { WellArchitectedTool } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<WellArchitectedTool/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WELL_ARCHITECTED_TOOL } from '@dinghy/diagrams/entitiesAwsManagementGovernance'
<Shape
{...props}
_style={extendStyle(props, WELL_ARCHITECTED_TOOL)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#E7157B;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.well_architect_tool;',
},
_original_width: 78,
_original_height: 78,
}