Aws Database Entities
Attribute
- Preview
- Usage
- Definition
import { Attribute } from '@dinghy/diagrams/entitiesAwsDatabase'
<Attribute/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.attribute;',
},
_original_width: 78,
_original_height: 78,
}
Attributes
- Preview
- Usage
- Definition
import { Attributes } from '@dinghy/diagrams/entitiesAwsDatabase'
<Attributes/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATTRIBUTES } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ATTRIBUTES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.attributes;',
},
_original_width: 78,
_original_height: 78,
}
Aurora
- Preview
- Usage
- Definition
import { Aurora } from '@dinghy/diagrams/entitiesAwsDatabase'
<Aurora/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AURORA } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, AURORA)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.aurora;',
},
_original_width: 78,
_original_height: 78,
}
Aurora Instance
- Preview
- Usage
- Definition
import { AuroraInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<AuroraInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AURORA_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, AURORA_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.aurora_instance;',
},
_original_width: 78,
_original_height: 78,
}
Aurora Instance 2
- Preview
- Usage
- Definition
import { AuroraInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<AuroraInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AURORA_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, AURORA_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.aurora_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
Cache Node
- Preview
- Usage
- Definition
import { CacheNode } from '@dinghy/diagrams/entitiesAwsDatabase'
<CacheNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CACHE_NODE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, CACHE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cache_node;',
},
_original_width: 78,
_original_height: 78,
}
Database
- Preview
- Usage
- Definition
import { Database } from '@dinghy/diagrams/entitiesAwsDatabase'
<Database/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DATABASE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.database;',
},
_original_width: 78,
_original_height: 78,
}
Database Migration Service
- Preview
- Usage
- Definition
import { DatabaseMigrationService } from '@dinghy/diagrams/entitiesAwsDatabase'
<DatabaseMigrationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_SERVICE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DATABASE_MIGRATION_SERVICE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.database_migration_service;',
},
_original_width: 78,
_original_height: 78,
}
Database Migration Workflow / Job
- Preview
- Usage
- Definition
import { DatabaseMigrationWorkflowJob } from '@dinghy/diagrams/entitiesAwsDatabase'
<DatabaseMigrationWorkflowJob/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_MIGRATION_WORKFLOW_JOB } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DATABASE_MIGRATION_WORKFLOW_JOB)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.database_migration_workflow_job;',
},
_width: 50,
_height: 78,
}
Dense Compute Node
- Preview
- Usage
- Definition
import { DenseComputeNode } from '@dinghy/diagrams/entitiesAwsDatabase'
<DenseComputeNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_COMPUTE_NODE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DENSE_COMPUTE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dense_compute_node;',
},
_original_width: 78,
_original_height: 78,
}
Dense Storage Node
- Preview
- Usage
- Definition
import { DenseStorageNode } from '@dinghy/diagrams/entitiesAwsDatabase'
<DenseStorageNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_STORAGE_NODE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DENSE_STORAGE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dense_storage_node;',
},
_original_width: 78,
_original_height: 78,
}
DocumentDB
- Preview
- Usage
- Definition
import { Documentdb } from '@dinghy/diagrams/entitiesAwsDatabase'
<Documentdb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCUMENTDB } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DOCUMENTDB)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.documentdb_with_mongodb_compatibility;',
},
_original_width: 78,
_original_height: 78,
}
DocumentDB Elastic Clusters
- Preview
- Usage
- Definition
import { DocumentdbElasticClusters } from '@dinghy/diagrams/entitiesAwsDatabase'
<DocumentdbElasticClusters/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCUMENTDB_ELASTIC_CLUSTERS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DOCUMENTDB_ELASTIC_CLUSTERS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.documentdb_elastic_clusters;',
},
_original_width: 78,
_original_height: 78,
}
DynamoDB
- Preview
- Usage
- Definition
import { Dynamodb } from '@dinghy/diagrams/entitiesAwsDatabase'
<Dynamodb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMODB } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DYNAMODB)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.dynamodb;',
},
_original_width: 78,
_original_height: 78,
}
DynamoDB Accelerator
- Preview
- Usage
- Definition
import { DynamodbAccelerator } from '@dinghy/diagrams/entitiesAwsDatabase'
<DynamodbAccelerator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMODB_ACCELERATOR } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DYNAMODB_ACCELERATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dynamodb_dax;',
},
_original_width: 78,
_original_height: 72,
}
DynamoDB Standard Access Table Class
- Preview
- Usage
- Definition
import { DynamodbStandardAccessTableClass } from '@dinghy/diagrams/entitiesAwsDatabase'
<DynamodbStandardAccessTableClass/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMODB_STANDARD_ACCESS_TABLE_CLASS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DYNAMODB_STANDARD_ACCESS_TABLE_CLASS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dynamodb_standard_access_table_class;',
},
_original_width: 75,
_original_height: 78,
}
DynamoDB Standard Infrequent Access Table Class
- Preview
- Usage
- Definition
import { DynamodbStandardInfrequentAccessTableClass } from '@dinghy/diagrams/entitiesAwsDatabase'
<DynamodbStandardInfrequentAccessTableClass/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMODB_STANDARD_INFREQUENT_ACCESS_TABLE_CLASS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DYNAMODB_STANDARD_INFREQUENT_ACCESS_TABLE_CLASS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dynamodb_standard_infrequent_access_table_class;',
},
_original_width: 75,
_original_height: 78,
}
DynamoDB Stream
- Preview
- Usage
- Definition
import { DynamodbStream } from '@dinghy/diagrams/entitiesAwsDatabase'
<DynamodbStream/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMODB_STREAM } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, DYNAMODB_STREAM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.dynamodb_stream;',
},
_original_width: 78,
_original_height: 78,
}
ElastiCache
- Preview
- Usage
- Definition
import { Elasticache } from '@dinghy/diagrams/entitiesAwsDatabase'
<Elasticache/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICACHE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ELASTICACHE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.elasticache;',
},
_original_width: 78,
_original_height: 78,
}
ElastiCache for Memcached
- Preview
- Usage
- Definition
import { ElasticacheForMemcached } from '@dinghy/diagrams/entitiesAwsDatabase'
<ElasticacheForMemcached/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICACHE_FOR_MEMCACHED } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ELASTICACHE_FOR_MEMCACHED)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.elasticache_for_memcached;',
},
_original_width: 78,
_original_height: 69,
}
ElastiCache for Redis
- Preview
- Usage
- Definition
import { ElasticacheForRedis } from '@dinghy/diagrams/entitiesAwsDatabase'
<ElasticacheForRedis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICACHE_FOR_REDIS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ELASTICACHE_FOR_REDIS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.elasticache_for_redis;',
},
_original_width: 78,
_original_height: 69,
}
ElastiCache for Valkey
- Preview
- Usage
- Definition
import { ElasticacheForValkey } from '@dinghy/diagrams/entitiesAwsDatabase'
<ElasticacheForValkey/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICACHE_FOR_VALKEY } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ELASTICACHE_FOR_VALKEY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.elasticache_for_valkey;',
},
_original_width: 78,
_original_height: 69,
}
Global Secondary Index
- Preview
- Usage
- Definition
import { GlobalSecondaryIndex } from '@dinghy/diagrams/entitiesAwsDatabase'
<GlobalSecondaryIndex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLOBAL_SECONDARY_INDEX } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, GLOBAL_SECONDARY_INDEX)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.global_secondary_index;',
},
_original_width: 78,
_original_height: 78,
}
Item
- Preview
- Usage
- Definition
import { Item } from '@dinghy/diagrams/entitiesAwsDatabase'
<Item/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEM } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ITEM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.item;',
},
_original_width: 78,
_original_height: 78,
}
Items
- Preview
- Usage
- Definition
import { Items } from '@dinghy/diagrams/entitiesAwsDatabase'
<Items/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ITEMS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ITEMS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.items;',
},
_original_width: 78,
_original_height: 78,
}
Keyspaces
- Preview
- Usage
- Definition
import { Keyspaces } from '@dinghy/diagrams/entitiesAwsDatabase'
<Keyspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEYSPACES } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, KEYSPACES)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.keyspaces;',
},
_original_width: 78,
_original_height: 78,
}
Managed Apache Cassandra Service
- Preview
- Usage
- Definition
import { ManagedApacheCassandraService } from '@dinghy/diagrams/entitiesAwsDatabase'
<ManagedApacheCassandraService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_APACHE_CASSANDRA_SERVICE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MANAGED_APACHE_CASSANDRA_SERVICE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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_apache_cassandra_service;',
},
_original_width: 78,
_original_height: 78,
}
MariaDB Instance
- Preview
- Usage
- Definition
import { MariadbInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<MariadbInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARIADB_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MARIADB_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_mariadb_instance;',
},
_original_width: 78,
_original_height: 78,
}
MariaDB Instance 2
- Preview
- Usage
- Definition
import { MariadbInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<MariadbInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARIADB_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MARIADB_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_mariadb_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
MemoryDB
- Preview
- Usage
- Definition
import { Memorydb } from '@dinghy/diagrams/entitiesAwsDatabase'
<Memorydb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEMORYDB } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MEMORYDB)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.memorydb_for_redis;',
},
_original_width: 78,
_original_height: 78,
}
MySQL Instance
- Preview
- Usage
- Definition
import { MysqlInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<MysqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MYSQL_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_mysql_instance;',
},
_original_width: 78,
_original_height: 78,
}
MySQL Instance 2
- Preview
- Usage
- Definition
import { MysqlInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<MysqlInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MYSQL_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, MYSQL_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_mysql_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
Neptune
- Preview
- Usage
- Definition
import { Neptune } from '@dinghy/diagrams/entitiesAwsDatabase'
<Neptune/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEPTUNE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, NEPTUNE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.neptune;',
},
_original_width: 78,
_original_height: 78,
}
Oracle Database at AWS
- Preview
- Usage
- Definition
import { OracleDatabaseAtAws } from '@dinghy/diagrams/entitiesAwsDatabase'
<OracleDatabaseAtAws/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DATABASE_AT_AWS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DATABASE_AT_AWS)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.oracle_database_at_aws;',
},
_original_width: 78,
_original_height: 78,
}
Oracle Instance
- Preview
- Usage
- Definition
import { OracleInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<OracleInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ORACLE_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_oracle_instance;',
},
_original_width: 78,
_original_height: 78,
}
Oracle Instance 2
- Preview
- Usage
- Definition
import { OracleInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<OracleInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, ORACLE_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_oracle_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
PIOPS Instance
- Preview
- Usage
- Definition
import { PiopsInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<PiopsInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PIOPS_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, PIOPS_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_piops;',
},
_original_width: 78,
_original_height: 78,
}
Postgre SQL Instance
- Preview
- Usage
- Definition
import { PostgreSqlInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<PostgreSqlInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POSTGRE_SQL_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, POSTGRE_SQL_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_postgresql_instance;',
},
_original_width: 78,
_original_height: 78,
}
Postgre SQL Instance 2
- Preview
- Usage
- Definition
import { PostgreSqlInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<PostgreSqlInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POSTGRE_SQL_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, POSTGRE_SQL_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_postgresql_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
Quantum Ledger Database
- Preview
- Usage
- Definition
import { QuantumLedgerDatabase } from '@dinghy/diagrams/entitiesAwsDatabase'
<QuantumLedgerDatabase/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUANTUM_LEDGER_DATABASE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, QUANTUM_LEDGER_DATABASE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.quantum_ledger_database;',
},
_original_width: 78,
_original_height: 78,
}
RDS
- Preview
- Usage
- Definition
import { Rds } from '@dinghy/diagrams/entitiesAwsDatabase'
<Rds/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.rds;',
},
_original_width: 78,
_original_height: 78,
}
RDS Blue Green Deployments
- Preview
- Usage
- Definition
import { RdsBlueGreenDeployments } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsBlueGreenDeployments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_BLUE_GREEN_DEPLOYMENTS } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_BLUE_GREEN_DEPLOYMENTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_blue_green_deployments;',
},
_original_width: 78,
_original_height: 59,
}
RDS Instance
- Preview
- Usage
- Definition
import { RdsInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_instance;',
},
_original_width: 78,
_original_height: 78,
}
RDS Instance 2
- Preview
- Usage
- Definition
import { RdsInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
RDS Multi-AZ
- Preview
- Usage
- Definition
import { RdsMultiAz } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsMultiAz/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_MULTI_AZ } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_MULTI_AZ)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_multi_az;',
},
_width: 78,
_height: 58,
}
RDS Multi-AZ DB Cluster
- Preview
- Usage
- Definition
import { RdsMultiAzDbCluster } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsMultiAzDbCluster/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_MULTI_AZ_DB_CLUSTER } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_MULTI_AZ_DB_CLUSTER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_multi_az_db_cluster;',
},
_original_width: 78,
_original_height: 78,
}
RDS on VMware
- Preview
- Usage
- Definition
import { RdsOnVmware } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsOnVmware/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_ON_VMWARE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_ON_VMWARE)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.rds_on_vmware;',
},
_original_width: 78,
_original_height: 78,
}
RDS Optimized Writes
- Preview
- Usage
- Definition
import { RdsOptimizedWrites } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsOptimizedWrites/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_OPTIMIZED_WRITES } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_OPTIMIZED_WRITES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_optimized_writes;',
},
_original_width: 78,
_original_height: 78,
}
RDS Proxy Instance
- Preview
- Usage
- Definition
import { RdsProxyInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsProxyInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_PROXY_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_PROXY_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_proxy;',
},
_original_width: 78,
_original_height: 78,
}
RDS Proxy Instance 2
- Preview
- Usage
- Definition
import { RdsProxyInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<RdsProxyInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RDS_PROXY_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, RDS_PROXY_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_proxy_alt;',
},
_original_width: 78,
_original_height: 78,
}
Redshift
- Preview
- Usage
- Definition
import { Redshift } from '@dinghy/diagrams/entitiesAwsDatabase'
<Redshift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.redshift;',
},
_original_width: 78,
_original_height: 78,
}
SQL Server Instance
- Preview
- Usage
- Definition
import { SqlServerInstance } from '@dinghy/diagrams/entitiesAwsDatabase'
<SqlServerInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SERVER_INSTANCE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, SQL_SERVER_INSTANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_sql_server_instance;',
},
_original_width: 78,
_original_height: 78,
}
SQL Server Instance 2
- Preview
- Usage
- Definition
import { SqlServerInstance2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<SqlServerInstance2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SERVER_INSTANCE_2 } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, SQL_SERVER_INSTANCE_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_sql_server_instance_alt;',
},
_original_width: 78,
_original_height: 78,
}
Table
- Preview
- Usage
- Definition
import { Table } from '@dinghy/diagrams/entitiesAwsDatabase'
<Table/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLE } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, TABLE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.table;',
},
_original_width: 78,
_original_height: 78,
}
Timestream
- Preview
- Usage
- Definition
import { Timestream } from '@dinghy/diagrams/entitiesAwsDatabase'
<Timestream/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMESTREAM } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, TIMESTREAM)}
/>
{
_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]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;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.timestream;',
},
_original_width: 78,
_original_height: 78,
}
Trusted Language Extensions for PostgreSQL
- Preview
- Usage
- Definition
import { TrustedLanguageExtensionsForPostgresql } from '@dinghy/diagrams/entitiesAwsDatabase'
<TrustedLanguageExtensionsForPostgresql/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRUSTED_LANGUAGE_EXTENSIONS_FOR_POSTGRESQL } from '@dinghy/diagrams/entitiesAwsDatabase'
<Shape
{...props}
_style={extendStyle(props, TRUSTED_LANGUAGE_EXTENSIONS_FOR_POSTGRESQL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#C925D1;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.rds_trusted_language_extensions_for_postgresql;',
},
_original_width: 59,
_original_height: 78,
}