Aws18 Migration Entities
AWS Application Discovery Service
- Preview
- Usage
- Definition

import { AwsApplicationDiscoveryService } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsApplicationDiscoveryService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_APPLICATION_DISCOVERY_SERVICE } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_APPLICATION_DISCOVERY_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.application_discovery_service;',
},
_width: 80,
_height: 135,
}
AWS Database Migration Service
- Preview
- Usage
- Definition
import { AwsDatabaseMigrationService } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsDatabaseMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_DATABASE_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_DATABASE_MIGRATION_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.database_migration_service;',
},
_width: 80,
_height: 120,
}
AWS Migration Hub
- Preview
- Usage
- Definition

import { AwsMigrationHub } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsMigrationHub/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_MIGRATION_HUB } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_MIGRATION_HUB)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.migration_hub;',
},
_width: 80,
_height: 110,
}
AWS Server Migration Service
- Preview
- Usage
- Definition
import { AwsServerMigrationService } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsServerMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_SERVER_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_SERVER_MIGRATION_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.server_migration_service;',
},
_width: 80,
_height: 120,
}
AWS Snowball
- Preview
- Usage
- Definition
import { AwsSnowball } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsSnowball/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_SNOWBALL } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_SNOWBALL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.snowball;',
},
_width: 80,
_height: 100,
}
AWS Snowball Edge
- Preview
- Usage
- Definition
import { AwsSnowballEdge } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsSnowballEdge/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_SNOWBALL_EDGE } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_SNOWBALL_EDGE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.snowball_edge;',
},
_width: 80,
_height: 110,
}
AWS Snowmobile
- Preview
- Usage
- Definition
import { AwsSnowmobile } from '@dinghy/diagrams/entitiesAws18Migration'
<AwsSnowmobile/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_SNOWMOBILE } from '@dinghy/diagrams/entitiesAws18Migration'
<Shape
{...props}
_style={extendStyle(props, AWS_SNOWMOBILE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#ffffff;fillColor=#232F3E;dashed=0;verticalLabelPosition=middle;verticalAlign=bottom;align=center;html=1;whiteSpace=wrap;fontSize=10;fontStyle=1;spacing=3;shape=mxgraph.aws4.productIcon;prIcon=mxgraph.aws4.snowmobile;',
},
_width: 80,
_height: 110,
}