Aws18 Database Entities
Amazon
Aurora
- Preview
- Usage
- Definition
import { AmazonAurora } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonAurora/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_AURORA } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_AURORA)}
/>
{
_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.aurora;',
},
_width: 80,
_height: 110,
}
Amazon DynamoDB
- Preview
- Usage
- Definition

import { AmazonDynamodb } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonDynamodb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_DYNAMODB } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_DYNAMODB)}
/>
{
_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.dynamodb;',
},
_width: 80,
_height: 110,
}
Amazon ElastiCache
- Preview
- Usage
- Definition
import { AmazonElasticache } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonElasticache/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_ELASTICACHE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_ELASTICACHE)}
/>
{
_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.elasticache;',
},
_width: 80,
_height: 110,
}
Amazon ElastiCache for Memcached
- Preview
- Usage
- Definition
import { AmazonElasticacheForMemcached } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonElasticacheForMemcached/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_ELASTICACHE_FOR_MEMCACHED } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_ELASTICACHE_FOR_MEMCACHED)}
/>
{
_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.elasticache_for_memcached;',
},
_width: 80,
_height: 120,
}
Amazon ElastiCache for Redis
- Preview
- Usage
- Definition
import { AmazonElasticacheForRedis } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonElasticacheForRedis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_ELASTICACHE_FOR_REDIS } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_ELASTICACHE_FOR_REDIS)}
/>
{
_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.elasticache_for_redis;',
},
_width: 80,
_height: 120,
}
Amazon Neptune
- Preview
- Usage
- Definition

import { AmazonNeptune } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonNeptune/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_NEPTUNE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_NEPTUNE)}
/>
{
_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.neptune;',
},
_width: 80,
_height: 110,
}
Amazon RDS
- Preview
- Usage
- Definition
import { AmazonRds } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonRds/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_RDS } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_RDS)}
/>
{
_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.rds;',
},
_width: 80,
_height: 100,
}
Amazon Redshift
- Preview
- Usage
- Definition
import { AmazonRedshift } from '@dinghy/diagrams/entitiesAws18Database'
<AmazonRedshift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_REDSHIFT } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, AMAZON_REDSHIFT)}
/>
{
_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.redshift;',
},
_width: 80,
_height: 110,
}
Attribute
- Preview
- Usage
- Definition
import { Attribute } from '@dinghy/diagrams/entitiesAws18Database'
<Attribute/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.attribute;',
},
_original_width: 60,
_original_height: 60,
}
Attributes
- Preview
- Usage
- Definition
import { Attributes } from '@dinghy/diagrams/entitiesAws18Database'
<Attributes/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTES } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.attributes;',
},
_original_width: 60,
_original_height: 60,
}
AWS Database Migration Service
- Preview
- Usage
- Definition
import { AwsDatabaseMigrationService } from '@dinghy/diagrams/entitiesAws18Database'
<AwsDatabaseMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_DATABASE_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAws18Database'
<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,
}
Cache node
- Preview
- Usage
- Definition
import { CacheNode } from '@dinghy/diagrams/entitiesAws18Database'
<CacheNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CACHE_NODE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, CACHE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cache_node;',
},
_original_width: 60,
_original_height: 60,
}
Database
migration workflow/job
- Preview
- Usage
- Definition
import { DatabaseMigrationWorkflowJob } from '@dinghy/diagrams/entitiesAws18Database'
<DatabaseMigrationWorkflowJob/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_WORKFLOW_JOB } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DATABASE_MIGRATION_WORKFLOW_JOB)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.database_migration_workflow_job;',
},
_original_width: 60,
_original_height: 60,
}
DB instance
- Preview
- Usage
- Definition
import { DbInstance } from '@dinghy/diagrams/entitiesAws18Database'
<DbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB_INSTANCE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DB_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance;',
},
_original_width: 60,
_original_height: 60,
}
DB instance
read replica
- Preview
- Usage
- Definition
import { DbInstanceReadReplica } from '@dinghy/diagrams/entitiesAws18Database'
<DbInstanceReadReplica/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB_INSTANCE_READ_REPLICA } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DB_INSTANCE_READ_REPLICA)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance_read_replica;',
},
_original_width: 60,
_original_height: 60,
}
DB instance
standby
- Preview
- Usage
- Definition
import { DbInstanceStandby } from '@dinghy/diagrams/entitiesAws18Database'
<DbInstanceStandby/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB_INSTANCE_STANDBY } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DB_INSTANCE_STANDBY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.db_instance_standby;',
},
_original_width: 60,
_original_height: 60,
}
Dense
compute node
- Preview
- Usage
- Definition
import { DenseComputeNode } from '@dinghy/diagrams/entitiesAws18Database'
<DenseComputeNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_COMPUTE_NODE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DENSE_COMPUTE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.dense_compute_node;',
},
_original_width: 60,
_original_height: 60,
}
Dense
storage node
- Preview
- Usage
- Definition
import { DenseStorageNode } from '@dinghy/diagrams/entitiesAws18Database'
<DenseStorageNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_STORAGE_NODE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, DENSE_STORAGE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.dense_storage_node;',
},
_original_width: 60,
_original_height: 60,
}
Global
secondary index
- Preview
- Usage
- Definition
import { GlobalSecondaryIndex } from '@dinghy/diagrams/entitiesAws18Database'
<GlobalSecondaryIndex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLOBAL_SECONDARY_INDEX } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, GLOBAL_SECONDARY_INDEX)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.global_secondary_index;',
},
_original_width: 60,
_original_height: 60,
}
Item
- Preview
- Usage
- Definition
import { Item } from '@dinghy/diagrams/entitiesAws18Database'
<Item/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEM } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ITEM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.item;',
},
_original_width: 60,
_original_height: 60,
}
Items
- Preview
- Usage
- Definition
import { Items } from '@dinghy/diagrams/entitiesAws18Database'
<Items/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEMS } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ITEMS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.items;',
},
_original_width: 60,
_original_height: 60,
}
MS SQL
instance
- Preview
- Usage
- Definition
import { MsSqlInstance } from '@dinghy/diagrams/entitiesAws18Database'
<MsSqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MS_SQL_INSTANCE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, MS_SQL_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ms_sql_instance;',
},
_original_width: 60,
_original_height: 60,
}
MS SQL
instance alternate
- Preview
- Usage
- Definition
import { MsSqlInstanceAlternate } from '@dinghy/diagrams/entitiesAws18Database'
<MsSqlInstanceAlternate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MS_SQL_INSTANCE_ALTERNATE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, MS_SQL_INSTANCE_ALTERNATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ms_sql_instance_alternate;',
},
_original_width: 60,
_original_height: 60,
}
MySQL DB
instance
- Preview
- Usage
- Definition
import { MysqlDbInstance } from '@dinghy/diagrams/entitiesAws18Database'
<MysqlDbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_DB_INSTANCE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, MYSQL_DB_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mysql_db_instance;',
},
_original_width: 60,
_original_height: 60,
}
MySQL DB
instance alternate
- Preview
- Usage
- Definition
import { MysqlDbInstanceAlternate } from '@dinghy/diagrams/entitiesAws18Database'
<MysqlDbInstanceAlternate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_DB_INSTANCE_ALTERNATE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, MYSQL_DB_INSTANCE_ALTERNATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mysql_db_instance_alternate;',
},
_original_width: 60,
_original_height: 60,
}
Oracle DB
instance
- Preview
- Usage
- Definition
import { OracleDbInstance } from '@dinghy/diagrams/entitiesAws18Database'
<OracleDbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DB_INSTANCE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DB_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.oracle_db_instance;',
},
_original_width: 60,
_original_height: 60,
}
Oracle DB
instance alternate
- Preview
- Usage
- Definition
import { OracleDbInstanceAlternate } from '@dinghy/diagrams/entitiesAws18Database'
<OracleDbInstanceAlternate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DB_INSTANCE_ALTERNATE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DB_INSTANCE_ALTERNATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.oracle_db_instance_alternate;',
},
_original_width: 60,
_original_height: 60,
}
PIOP
- Preview
- Usage
- Definition
import { Piop } from '@dinghy/diagrams/entitiesAws18Database'
<Piop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PIOP } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, PIOP)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.piop;',
},
_original_width: 60,
_original_height: 60,
}
PostgreSQL
instance
- Preview
- Usage
- Definition
import { PostgresqlInstance } from '@dinghy/diagrams/entitiesAws18Database'
<PostgresqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POSTGRESQL_INSTANCE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, POSTGRESQL_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.postgresql_instance;',
},
_original_width: 60,
_original_height: 60,
}
SQL primary
- Preview
- Usage
- Definition
import { SqlPrimary } from '@dinghy/diagrams/entitiesAws18Database'
<SqlPrimary/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_PRIMARY } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, SQL_PRIMARY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sql_primary;',
},
_original_width: 60,
_original_height: 60,
}
SQL replica
- Preview
- Usage
- Definition
import { SqlReplica } from '@dinghy/diagrams/entitiesAws18Database'
<SqlReplica/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_REPLICA } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, SQL_REPLICA)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sql_replica;',
},
_original_width: 60,
_original_height: 60,
}
Table
- Preview
- Usage
- Definition
import { Table } from '@dinghy/diagrams/entitiesAws18Database'
<Table/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLE } from '@dinghy/diagrams/entitiesAws18Database'
<Shape
{...props}
_style={extendStyle(props, TABLE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.table;',
},
_original_width: 60,
_original_height: 60,
}