Aws18 Internet of Things Entities
Amazon FreeRTOS
- Preview
- Usage
- Definition
import { AmazonFreertos } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AmazonFreertos/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_FREERTOS } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AMAZON_FREERTOS)}
/>
{
_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.freertos;',
},
_width: 80,
_height: 110,
}
Amazon IoT Core
- Preview
- Usage
- Definition
import { AmazonIotCore } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AmazonIotCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMAZON_IOT_CORE } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AMAZON_IOT_CORE)}
/>
{
_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.iot_core;',
},
_width: 80,
_height: 110,
}
AWS Greengrass
- Preview
- Usage
- Definition
import { AwsGreengrass } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsGreengrass/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_GREENGRASS } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_GREENGRASS)}
/>
{
_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.greengrass;',
},
_width: 80,
_height: 110,
}
AWS IoT
1-Click
- Preview
- Usage
- Definition
import { AwsIot1Click } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsIot1Click/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT_1_CLICK } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT_1_CLICK)}
/>
{
_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.iot_1click;',
},
_width: 80,
_height: 110,
}
AWS IoT Analytics
- Preview
- Usage
- Definition

import { AwsIotAnalytics } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsIotAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT_ANALYTICS } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT_ANALYTICS)}
/>
{
_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.iot_analytics;',
},
_width: 80,
_height: 110,
}
AWS IoT Button
- Preview
- Usage
- Definition
import { AwsIotButton } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsIotButton/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT_BUTTON } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT_BUTTON)}
/>
{
_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.iot_button;',
},
_width: 80,
_height: 110,
}
AWS IoT Device Defender
- Preview
- Usage
- Definition
import { AwsIotDeviceDefender } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsIotDeviceDefender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT_DEVICE_DEFENDER } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT_DEVICE_DEFENDER)}
/>
{
_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.iot_device_defender;',
},
_width: 80,
_height: 120,
}
AWS IoT Device Management
- Preview
- Usage
- Definition

import { AwsIotDeviceManagement } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<AwsIotDeviceManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT_DEVICE_MANAGEMENT } from '@dinghy/diagrams/entitiesAws18InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT_DEVICE_MANAGEMENT)}
/>
{
_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.iot_device_management;',
},
_width: 80,
_height: 120,
}