Aws17 Database Entities
Attribute
- Preview
- Usage
- Definition
import { Attribute } from '@dinghy/diagrams/entitiesAws17Database'
<Attribute/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.attribute;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Attributes
- Preview
- Usage
- Definition
import { Attributes } from '@dinghy/diagrams/entitiesAws17Database'
<Attributes/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTES } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.attributes;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Cache Node
- Preview
- Usage
- Definition
import { CacheNode } from '@dinghy/diagrams/entitiesAws17Database'
<CacheNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CACHE_NODE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, CACHE_NODE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cache_node;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Database Migration Service
- Preview
- Usage
- Definition
import { DatabaseMigrationService } from '@dinghy/diagrams/entitiesAws17Database'
<DatabaseMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws17Database'
<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=#2E73B8;gradientColor=none;',
},
_original_width: 72,
_original_height: 81,
}
Database Migration Workflow/Job
- Preview
- Usage
- Definition
import { DatabaseMigrationWorkflowJob } from '@dinghy/diagrams/entitiesAws17Database'
<DatabaseMigrationWorkflowJob/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_WORKFLOW_JOB } from '@dinghy/diagrams/entitiesAws17Database'
<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=#2E73B8;gradientColor=none;pointerEvents=1',
},
_width: 46.5,
_height: 87,
}
DB Accelerator
- Preview
- Usage
- Definition

import { DbAccelerator } from '@dinghy/diagrams/entitiesAws17Database'
<DbAccelerator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB_ACCELERATOR } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, DB_ACCELERATOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.db_accelerator;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 72,
_original_height: 81,
}
Dense Compute Node
- Preview
- Usage
- Definition
import { DenseComputeNode } from '@dinghy/diagrams/entitiesAws17Database'
<DenseComputeNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_COMPUTE_NODE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, DENSE_COMPUTE_NODE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.dense_compute_node;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 63,
}
Dense Storage Node
- Preview
- Usage
- Definition
import { DenseStorageNode } from '@dinghy/diagrams/entitiesAws17Database'
<DenseStorageNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_STORAGE_NODE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, DENSE_STORAGE_NODE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.dense_storage_node;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 63,
}
Dynamo DB
- Preview
- Usage
- Definition
import { DynamoDb } from '@dinghy/diagrams/entitiesAws17Database'
<DynamoDb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMO_DB } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, DYNAMO_DB)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.dynamo_db;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 72,
_original_height: 81,
}
ElastiCache
- Preview
- Usage
- Definition
import { Elasticache } from '@dinghy/diagrams/entitiesAws17Database'
<Elasticache/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICACHE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ELASTICACHE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elasticache;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Global Secondary Index
- Preview
- Usage
- Definition
import { GlobalSecondaryIndex } from '@dinghy/diagrams/entitiesAws17Database'
<GlobalSecondaryIndex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLOBAL_SECONDARY_INDEX } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, GLOBAL_SECONDARY_INDEX)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.global_secondary_index;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 66,
}
Item
- Preview
- Usage
- Definition
import { Item } from '@dinghy/diagrams/entitiesAws17Database'
<Item/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEM } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ITEM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.item;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Items
- Preview
- Usage
- Definition
import { Items } from '@dinghy/diagrams/entitiesAws17Database'
<Items/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEMS } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ITEMS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.items;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Memcached
- Preview
- Usage
- Definition
import { Memcached } from '@dinghy/diagrams/entitiesAws17Database'
<Memcached/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEMCACHED } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, MEMCACHED)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.memcached;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
MS SQL Instance
- Preview
- Usage
- Definition
import { MsSqlInstance } from '@dinghy/diagrams/entitiesAws17Database'
<MsSqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MS_SQL_INSTANCE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, MS_SQL_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ms_sql_instance_2;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
MS SQL Instance 2
- Preview
- Usage
- Definition
import { MsSqlInstance2 } from '@dinghy/diagrams/entitiesAws17Database'
<MsSqlInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MS_SQL_INSTANCE_2 } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, MS_SQL_INSTANCE_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ms_sql_instance;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
MySQL DB Instance
- Preview
- Usage
- Definition
import { MysqlDbInstance } from '@dinghy/diagrams/entitiesAws17Database'
<MysqlDbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_DB_INSTANCE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, MYSQL_DB_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mysql_db_instance;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
MySQL DB Instance 2
- Preview
- Usage
- Definition
import { MysqlDbInstance2 } from '@dinghy/diagrams/entitiesAws17Database'
<MysqlDbInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_DB_INSTANCE_2 } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, MYSQL_DB_INSTANCE_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mysql_db_instance_2;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Oracle DB Instance
- Preview
- Usage
- Definition
import { OracleDbInstance } from '@dinghy/diagrams/entitiesAws17Database'
<OracleDbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DB_INSTANCE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DB_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.oracle_db_instance;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
Oracle DB Instance 2
- Preview
- Usage
- Definition
import { OracleDbInstance2 } from '@dinghy/diagrams/entitiesAws17Database'
<OracleDbInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DB_INSTANCE_2 } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DB_INSTANCE_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.oracle_db_instance_2;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
PIOP
- Preview
- Usage
- Definition
import { Piop } from '@dinghy/diagrams/entitiesAws17Database'
<Piop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PIOP } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, PIOP)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.piop;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Postgre SQL Instance
- Preview
- Usage
- Definition
import { PostgreSqlInstance } from '@dinghy/diagrams/entitiesAws17Database'
<PostgreSqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POSTGRE_SQL_INSTANCE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, POSTGRE_SQL_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.postgre_sql_instance;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
RDS
- Preview
- Usage
- Definition
import { Rds } from '@dinghy/diagrams/entitiesAws17Database'
<Rds/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, RDS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rds;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 72,
_original_height: 81,
}
RDS DB Instance
- Preview
- Usage
- Definition
import { RdsDbInstance } from '@dinghy/diagrams/entitiesAws17Database'
<RdsDbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_DB_INSTANCE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, RDS_DB_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rds_db_instance;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 49.5,
_original_height: 66,
}
RDS DB Instance Read Replica
- Preview
- Usage
- Definition
import { RdsDbInstanceReadReplica } from '@dinghy/diagrams/entitiesAws17Database'
<RdsDbInstanceReadReplica/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_DB_INSTANCE_READ_REPLICA } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, RDS_DB_INSTANCE_READ_REPLICA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rds_db_instance_read_replica;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 49.5,
_original_height: 66,
}
RDS DB Instance standby (multi-AZ)
- Preview
- Usage
- Definition
import { RdsDbInstanceStandbyMultiAz } from '@dinghy/diagrams/entitiesAws17Database'
<RdsDbInstanceStandbyMultiAz/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_DB_INSTANCE_STANDBY_MULTI_AZ } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, RDS_DB_INSTANCE_STANDBY_MULTI_AZ)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rds_db_instance_standby_multi_az;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 49.5,
_original_height: 66,
}
Redis
- Preview
- Usage
- Definition
import { Redis } from '@dinghy/diagrams/entitiesAws17Database'
<Redis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDIS } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, REDIS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.redis;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Redshift
- Preview
- Usage
- Definition
import { Redshift } from '@dinghy/diagrams/entitiesAws17Database'
<Redshift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.redshift;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 75,
}
SQL Master
- Preview
- Usage
- Definition
import { SqlMaster } from '@dinghy/diagrams/entitiesAws17Database'
<SqlMaster/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_MASTER } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, SQL_MASTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sql_master;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
SQL Slave
- Preview
- Usage
- Definition
import { SqlSlave } from '@dinghy/diagrams/entitiesAws17Database'
<SqlSlave/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SLAVE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, SQL_SLAVE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sql_slave;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
Table
- Preview
- Usage
- Definition
import { Table } from '@dinghy/diagrams/entitiesAws17Database'
<Table/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLE } from '@dinghy/diagrams/entitiesAws17Database'
<Shape
{...props}
_style={extendStyle(props, TABLE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.table;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 66,
}