Aws Analytics Entities
Analytics
- Preview
- Usage
- Definition
import { Analytics } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Analytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANALYTICS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, ANALYTICS)}
/>
{
_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=#8C4FFF;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.analytics;',
},
_original_width: 78,
_original_height: 78,
}
Athena
- Preview
- Usage
- Definition
import { Athena } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Athena/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATHENA } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, ATHENA)}
/>
{
_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=#8C4FFF;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.athena;',
},
_original_width: 78,
_original_height: 78,
}
Athena Data Source Connectors
- Preview
- Usage
- Definition
import { AthenaDataSourceConnectors } from '@dinghy/diagrams/entitiesAwsAnalytics'
<AthenaDataSourceConnectors/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATHENA_DATA_SOURCE_CONNECTORS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, ATHENA_DATA_SOURCE_CONNECTORS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.athena_data_source_connectors;',
},
_original_width: 77,
_original_height: 78,
}
Clean Rooms
- Preview
- Usage
- Definition
import { CleanRooms } from '@dinghy/diagrams/entitiesAwsAnalytics'
<CleanRooms/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLEAN_ROOMS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, CLEAN_ROOMS)}
/>
{
_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=#8C4FFF;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.clean_rooms;',
},
_original_width: 78,
_original_height: 78,
}
CloudSearch
- Preview
- Usage
- Definition
import { Cloudsearch } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Cloudsearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDSEARCH } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, CLOUDSEARCH)}
/>
{
_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=#8C4FFF;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.cloudsearch2;',
},
_original_width: 78,
_original_height: 78,
}
CloudSearch Search Documents
- Preview
- Usage
- Definition
import { CloudsearchSearchDocuments } from '@dinghy/diagrams/entitiesAwsAnalytics'
<CloudsearchSearchDocuments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDSEARCH_SEARCH_DOCUMENTS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, CLOUDSEARCH_SEARCH_DOCUMENTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.search_documents;',
},
_original_width: 68,
_original_height: 78,
}
Crawler
- Preview
- Usage
- Definition
import { Crawler } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Crawler/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRAWLER } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, CRAWLER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.glue_crawlers;',
},
_original_width: 78,
_original_height: 78,
}
Data Exchange
- Preview
- Usage
- Definition
import { DataExchange } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DataExchange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_EXCHANGE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_EXCHANGE)}
/>
{
_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=#8C4FFF;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.data_exchange;',
},
_original_width: 78,
_original_height: 78,
}
Data Exchange for APIs
- Preview
- Usage
- Definition
import { DataExchangeForApis } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DataExchangeForApis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_EXCHANGE_FOR_APIS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_EXCHANGE_FOR_APIS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.data_exchange_for_apis;',
},
_original_width: 78,
_original_height: 78,
}
Data Firehose
- Preview
- Usage
- Definition
import { DataFirehose } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DataFirehose/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_FIREHOSE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_FIREHOSE)}
/>
{
_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=#8C4FFF;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.kinesis_data_firehose;',
},
_original_width: 78,
_original_height: 78,
}
Data Lake
- Preview
- Usage
- Definition
import { DataLake } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DataLake/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_LAKE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_LAKE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.data_lake_resource_icon;',
},
_original_width: 78,
_original_height: 78,
}
Data Pipeline
- Preview
- Usage
- Definition
import { DataPipeline } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DataPipeline/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_PIPELINE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_PIPELINE)}
/>
{
_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=#8C4FFF;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.data_pipeline;',
},
_original_width: 78,
_original_height: 78,
}
DataZone
- Preview
- Usage
- Definition
import { Datazone } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Datazone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATAZONE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATAZONE)}
/>
{
_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=#8C4FFF;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.datazone;',
},
_original_width: 78,
_original_height: 78,
}
DataZone Business Data Catalog
- Preview
- Usage
- Definition
import { DatazoneBusinessDataCatalog } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DatazoneBusinessDataCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATAZONE_BUSINESS_DATA_CATALOG } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATAZONE_BUSINESS_DATA_CATALOG)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.datazone_business_data_catalog;',
},
_original_width: 71,
_original_height: 78,
}
DataZone Data Portal
- Preview
- Usage
- Definition
import { DatazoneDataPortal } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DatazoneDataPortal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATAZONE_DATA_PORTAL } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATAZONE_DATA_PORTAL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.datazone_data_portal;',
},
_original_width: 78,
_original_height: 78,
}
DataZone Data Projects
- Preview
- Usage
- Definition
import { DatazoneDataProjects } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DatazoneDataProjects/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATAZONE_DATA_PROJECTS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATAZONE_DATA_PROJECTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.datazone_data_projects;',
},
_original_width: 78,
_original_height: 78,
}
Dense Compute Node
- Preview
- Usage
- Definition
import { DenseComputeNode } from '@dinghy/diagrams/entitiesAwsAnalytics'
<DenseComputeNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_COMPUTE_NODE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DENSE_COMPUTE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;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/entitiesAwsAnalytics'
<DenseStorageNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_STORAGE_NODE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, DENSE_STORAGE_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;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,
}
EMR
- Preview
- Usage
- Definition
import { Emr } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Emr/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, EMR)}
/>
{
_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=#8C4FFF;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.emr;',
},
_original_width: 78,
_original_height: 78,
}
EMR Engine
- Preview
- Usage
- Definition
import { EmrEngine } from '@dinghy/diagrams/entitiesAwsAnalytics'
<EmrEngine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.emr_engine;',
},
_original_width: 78,
_original_height: 59,
}
EMR Engine MapR M3
- Preview
- Usage
- Definition
import { EmrEngineMaprM3 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<EmrEngineMaprM3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M3 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M3)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.emr_engine_mapr_m3;',
},
_original_width: 78,
_original_height: 59,
}
EMR Engine MapR M5
- Preview
- Usage
- Definition
import { EmrEngineMaprM5 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<EmrEngineMaprM5/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M5 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M5)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.emr_engine_mapr_m5;',
},
_original_width: 78,
_original_height: 59,
}
EMR Engine MapR M7
- Preview
- Usage
- Definition
import { EmrEngineMaprM7 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<EmrEngineMaprM7/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M7 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M7)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.emr_engine_mapr_m7;',
},
_original_width: 78,
_original_height: 59,
}
Entity Resolution
- Preview
- Usage
- Definition
import { EntityResolution } from '@dinghy/diagrams/entitiesAwsAnalytics'
<EntityResolution/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENTITY_RESOLUTION } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, ENTITY_RESOLUTION)}
/>
{
_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=#8C4FFF;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.entity_resolution;',
},
_original_width: 78,
_original_height: 78,
}
FinSpace
- Preview
- Usage
- Definition
import { Finspace } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Finspace/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINSPACE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, FINSPACE)}
/>
{
_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=#8C4FFF;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.finspace;',
},
_original_width: 78,
_original_height: 78,
}
Glue
- Preview
- Usage
- Definition
import { Glue } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Glue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE)}
/>
{
_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=#8C4FFF;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.glue;',
},
_original_width: 78,
_original_height: 78,
}
Glue Data Catalog
- Preview
- Usage
- Definition
import { GlueDataCatalog } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueDataCatalog/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_DATA_CATALOG } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_DATA_CATALOG)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.glue_data_catalog;',
},
_original_width: 72,
_original_height: 78,
}
Glue Data Quality
- Preview
- Usage
- Definition
import { GlueDataQuality } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueDataQuality/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_DATA_QUALITY } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_DATA_QUALITY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.aws_glue_data_quality;',
},
_original_width: 78,
_original_height: 78,
}
Glue DataBrew
- Preview
- Usage
- Definition
import { GlueDatabrew } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueDatabrew/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_DATABREW } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_DATABREW)}
/>
{
_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=#8C4FFF;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.glue_databrew;',
},
_original_width: 78,
_original_height: 78,
}
Glue DataBrew 2
- Preview
- Usage
- Definition
import { GlueDatabrew2 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueDatabrew2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_DATABREW_2 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_DATABREW_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.glue_databrew;',
},
_original_width: 78,
_original_height: 78,
}
Glue Elastic Views
- Preview
- Usage
- Definition
import { GlueElasticViews } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueElasticViews/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_ELASTIC_VIEWS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_ELASTIC_VIEWS)}
/>
{
_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=#8C4FFF;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.glue_elastic_views;',
},
_original_width: 78,
_original_height: 78,
}
Glue for Ray
- Preview
- Usage
- Definition
import { GlueForRay } from '@dinghy/diagrams/entitiesAwsAnalytics'
<GlueForRay/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE_FOR_RAY } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, GLUE_FOR_RAY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.aws_glue_for_ray;',
},
_original_width: 78,
_original_height: 78,
}
HDFS Cluster
- Preview
- Usage
- Definition
import { HdfsCluster } from '@dinghy/diagrams/entitiesAwsAnalytics'
<HdfsCluster/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HDFS_CLUSTER } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, HDFS_CLUSTER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.cluster;',
},
_original_width: 78,
_original_height: 78,
}
HDFS Cluster 2
- Preview
- Usage
- Definition
import { HdfsCluster2 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<HdfsCluster2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HDFS_CLUSTER_2 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, HDFS_CLUSTER_2)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.hdfs_cluster;',
},
_original_width: 78,
_original_height: 78,
}
Kinesis
- Preview
- Usage
- Definition
import { Kinesis } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Kinesis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS)}
/>
{
_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=#8C4FFF;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.kinesis;',
},
_original_width: 78,
_original_height: 78,
}
Kinesis Data Analytics
- Preview
- Usage
- Definition
import { KinesisDataAnalytics } from '@dinghy/diagrams/entitiesAwsAnalytics'
<KinesisDataAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_DATA_ANALYTICS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_DATA_ANALYTICS)}
/>
{
_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=#8C4FFF;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.kinesis_data_analytics;',
},
_original_width: 78,
_original_height: 78,
}
Kinesis Data Streams
- Preview
- Usage
- Definition
import { KinesisDataStreams } from '@dinghy/diagrams/entitiesAwsAnalytics'
<KinesisDataStreams/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_DATA_STREAMS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_DATA_STREAMS)}
/>
{
_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=#8C4FFF;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.kinesis_data_streams;',
},
_original_width: 78,
_original_height: 78,
}
Kinesis Video Streams
- Preview
- Usage
- Definition
import { KinesisVideoStreams } from '@dinghy/diagrams/entitiesAwsAnalytics'
<KinesisVideoStreams/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_VIDEO_STREAMS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_VIDEO_STREAMS)}
/>
{
_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=#8C4FFF;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.kinesis_video_streams;',
},
_original_width: 78,
_original_height: 78,
}
Lake Formation
- Preview
- Usage
- Definition
import { LakeFormation } from '@dinghy/diagrams/entitiesAwsAnalytics'
<LakeFormation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAKE_FORMATION } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, LAKE_FORMATION)}
/>
{
_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=#8C4FFF;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.lake_formation;',
},
_original_width: 78,
_original_height: 78,
}
Managed Service for Apache Flink
- Preview
- Usage
- Definition
import { ManagedServiceForApacheFlink } from '@dinghy/diagrams/entitiesAwsAnalytics'
<ManagedServiceForApacheFlink/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_SERVICE_FOR_APACHE_FLINK } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, MANAGED_SERVICE_FOR_APACHE_FLINK)}
/>
{
_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=#8C4FFF;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_service_for_apache_flink;',
},
_original_width: 78,
_original_height: 78,
}
Managed Streaming for Apache Kafka
- Preview
- Usage
- Definition
import { ManagedStreamingForApacheKafka } from '@dinghy/diagrams/entitiesAwsAnalytics'
<ManagedStreamingForApacheKafka/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_STREAMING_FOR_APACHE_KAFKA } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, MANAGED_STREAMING_FOR_APACHE_KAFKA)}
/>
{
_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=#8C4FFF;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_streaming_for_kafka;',
},
_original_width: 78,
_original_height: 78,
}
MSK Connect
- Preview
- Usage
- Definition
import { MskConnect } from '@dinghy/diagrams/entitiesAwsAnalytics'
<MskConnect/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MSK_CONNECT } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, MSK_CONNECT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.msk_amazon_msk_connect;',
},
_original_width: 78,
_original_height: 77,
}
OpenSearch Service
- Preview
- Usage
- Definition
import { OpensearchService } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_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=#8C4FFF;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.elasticsearch_service;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Cluster Administrator Node
- Preview
- Usage
- Definition
import { OpensearchServiceClusterAdministratorNode } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceClusterAdministratorNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_CLUSTER_ADMINISTRATOR_NODE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_CLUSTER_ADMINISTRATOR_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_service_cluster_administrator_node;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Dashboards
- Preview
- Usage
- Definition
import { OpensearchServiceDashboards } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceDashboards/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_DASHBOARDS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_DASHBOARDS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_dashboards;',
},
_original_width: 78,
_original_height: 59,
}
OpenSearch Service Data Node
- Preview
- Usage
- Definition
import { OpensearchServiceDataNode } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceDataNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_DATA_NODE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_DATA_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_service_data_node;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Index
- Preview
- Usage
- Definition
import { OpensearchServiceIndex } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceIndex/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_INDEX } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_INDEX)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_service_index;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Ingestion
- Preview
- Usage
- Definition
import { OpensearchServiceIngestion } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceIngestion/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_INGESTION } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_INGESTION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_ingestion;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Observability
- Preview
- Usage
- Definition
import { OpensearchServiceObservability } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceObservability/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_OBSERVABILITY } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_OBSERVABILITY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_observability;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service Traces
- Preview
- Usage
- Definition
import { OpensearchServiceTraces } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceTraces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_TRACES } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_TRACES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_service_traces;',
},
_original_width: 78,
_original_height: 78,
}
OpenSearch Service UltraWarm Node
- Preview
- Usage
- Definition
import { OpensearchServiceUltrawarmNode } from '@dinghy/diagrams/entitiesAwsAnalytics'
<OpensearchServiceUltrawarmNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENSEARCH_SERVICE_ULTRAWARM_NODE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, OPENSEARCH_SERVICE_ULTRAWARM_NODE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.opensearch_service_ultrawarm_node;',
},
_original_width: 78,
_original_height: 78,
}
QuickSight
- Preview
- Usage
- Definition
import { Quicksight } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Quicksight/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUICKSIGHT } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, QUICKSIGHT)}
/>
{
_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=#8C4FFF;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.quicksight;',
},
_original_width: 78,
_original_height: 78,
}
Quicksight Paginated Reports
- Preview
- Usage
- Definition
import { QuicksightPaginatedReports } from '@dinghy/diagrams/entitiesAwsAnalytics'
<QuicksightPaginatedReports/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUICKSIGHT_PAGINATED_REPORTS } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, QUICKSIGHT_PAGINATED_REPORTS)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.quicksight_paginated_reports;',
},
_original_width: 62,
_original_height: 78,
}
Redshift
- Preview
- Usage
- Definition
import { Redshift } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Redshift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT } from '@dinghy/diagrams/entitiesAwsAnalytics'
<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=#8C4FFF;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,
}
Redshift Auto Copy
- Preview
- Usage
- Definition
import { RedshiftAutoCopy } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftAutoCopy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_AUTO_COPY } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_AUTO_COPY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_auto_copy;',
},
_original_width: 78,
_original_height: 78,
}
Redshift Data Sharing Governance
- Preview
- Usage
- Definition
import { RedshiftDataSharingGovernance } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftDataSharingGovernance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_DATA_SHARING_GOVERNANCE } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_DATA_SHARING_GOVERNANCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_data_sharing_governance;',
},
_original_width: 78,
_original_height: 78,
}
Redshift ML
- Preview
- Usage
- Definition
import { RedshiftMl } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftMl/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_ML } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_ML)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_ml;',
},
_original_width: 78,
_original_height: 78,
}
Redshift Query Editor v2.0
- Preview
- Usage
- Definition
import { RedshiftQueryEditorV20 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftQueryEditorV20/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_QUERY_EDITOR_V2_0 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_QUERY_EDITOR_V2_0)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_query_editor_v20_light;',
},
_original_width: 78,
_original_height: 78,
}
Redshift RA3
- Preview
- Usage
- Definition
import { RedshiftRa3 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftRa3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_RA3 } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_RA3)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_ra3;',
},
_original_width: 78,
_original_height: 78,
}
Redshift Streaming Ingestion
- Preview
- Usage
- Definition
import { RedshiftStreamingIngestion } from '@dinghy/diagrams/entitiesAwsAnalytics'
<RedshiftStreamingIngestion/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT_STREAMING_INGESTION } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT_STREAMING_INGESTION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#8C4FFF;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.redshift_streaming_ingestion;',
},
_original_width: 71,
_original_height: 78,
}
Sagemaker
- Preview
- Usage
- Definition
import { Sagemaker } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Sagemaker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAGEMAKER } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, SAGEMAKER)}
/>
{
_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=#8C4FFF;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.sagemaker_2;',
},
_original_width: 78,
_original_height: 78,
}
SQL Workbench
- Preview
- Usage
- Definition
import { SqlWorkbench } from '@dinghy/diagrams/entitiesAwsAnalytics'
<SqlWorkbench/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_WORKBENCH } from '@dinghy/diagrams/entitiesAwsAnalytics'
<Shape
{...props}
_style={extendStyle(props, SQL_WORKBENCH)}
/>
{
_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=#8C4FFF;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.sql_workbench;',
},
_original_width: 78,
_original_height: 78,
}