Aws17 Migration Entities
Application Discovery Service
- Preview
- Usage
- Definition
import { ApplicationDiscoveryService } from '@dinghy/diagrams/entitiesAws17Migration'
<ApplicationDiscoveryService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_DISCOVERY_SERVICE } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_DISCOVERY_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.application_discovery_service;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Database Migration Service
- Preview
- Usage
- Definition
import { DatabaseMigrationService } from '@dinghy/diagrams/entitiesAws17Migration'
<DatabaseMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, DATABASE_MIGRATION_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.database_migration_service;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 72,
_original_height: 81,
}
Database Migration Workflow Job
- Preview
- Usage
- Definition
import { DatabaseMigrationWorkflowJob } from '@dinghy/diagrams/entitiesAws17Migration'
<DatabaseMigrationWorkflowJob/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_WORKFLOW_JOB } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, DATABASE_MIGRATION_WORKFLOW_JOB)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.database_migration_workflow_job;fillColor=#5294CF;gradientColor=none;pointerEvents=1',
},
_width: 46.5,
_height: 87,
}
Import/Export
- Preview
- Usage
- Definition
import { ImportExport } from '@dinghy/diagrams/entitiesAws17Migration'
<ImportExport/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IMPORT_EXPORT } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, IMPORT_EXPORT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.import_export;fillColor=#E05243;gradientColor=none;',
},
_original_width: 64.5,
_original_height: 63,
}
Migration Hub
- Preview
- Usage
- Definition

import { MigrationHub } from '@dinghy/diagrams/entitiesAws17Migration'
<MigrationHub/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MIGRATION_HUB } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, MIGRATION_HUB)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.migration_hub_2;fillColor=#ABABAB;gradientColor=none;pointerEvents=1',
},
_width: 114,
_height: 121.5,
}
Server Migration Service
- Preview
- Usage
- Definition
import { ServerMigrationService } from '@dinghy/diagrams/entitiesAws17Migration'
<ServerMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVER_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, SERVER_MIGRATION_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.server_migration_service;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Snowball
- Preview
- Usage
- Definition
import { Snowball } from '@dinghy/diagrams/entitiesAws17Migration'
<Snowball/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SNOWBALL } from '@dinghy/diagrams/entitiesAws17Migration'
<Shape
{...props}
_style={extendStyle(props, SNOWBALL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.snowball;fillColor=#E05243;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}