Aws18 IoT Resources Entities
Action
- Preview
- Usage
- Definition
import { Action } from '@dinghy/diagrams/entitiesAws18IotResources'
<Action/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTION } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ACTION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.action;',
},
_original_width: 60,
_original_height: 60,
}
Actuator
- Preview
- Usage
- Definition
import { Actuator } from '@dinghy/diagrams/entitiesAws18IotResources'
<Actuator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTUATOR } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ACTUATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.actuator;',
},
_original_width: 60,
_original_height: 60,
}
Alexa enabled
device
- Preview
- Usage
- Definition
import { AlexaEnabledDevice } from '@dinghy/diagrams/entitiesAws18IotResources'
<AlexaEnabledDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_ENABLED_DEVICE } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ALEXA_ENABLED_DEVICE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.alexa_enabled_device;',
},
_original_width: 60,
_original_height: 60,
}
Alexa skill
- Preview
- Usage
- Definition
import { AlexaSkill } from '@dinghy/diagrams/entitiesAws18IotResources'
<AlexaSkill/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_SKILL } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ALEXA_SKILL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.alexa_skill;',
},
_original_width: 60,
_original_height: 60,
}
Alexa smart
home skill
- Preview
- Usage
- Definition
import { AlexaSmartHomeSkill } from '@dinghy/diagrams/entitiesAws18IotResources'
<AlexaSmartHomeSkill/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_SMART_HOME_SKILL } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ALEXA_SMART_HOME_SKILL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.alexa_smart_home_skill;',
},
_original_width: 60,
_original_height: 60,
}
Alexa voice
service
- Preview
- Usage
- Definition
import { AlexaVoiceService } from '@dinghy/diagrams/entitiesAws18IotResources'
<AlexaVoiceService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_VOICE_SERVICE } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ALEXA_VOICE_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.alexa_voice_service;',
},
_original_width: 60,
_original_height: 60,
}
Certificate
manager
- Preview
- Usage
- Definition
import { CertificateManager } from '@dinghy/diagrams/entitiesAws18IotResources'
<CertificateManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CERTIFICATE_MANAGER } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, CERTIFICATE_MANAGER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.certificate_manager;',
},
_original_width: 60,
_original_height: 60,
}
Desired state
- Preview
- Usage
- Definition
import { DesiredState } from '@dinghy/diagrams/entitiesAws18IotResources'
<DesiredState/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DESIRED_STATE } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, DESIRED_STATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.desired_state;',
},
_original_width: 60,
_original_height: 60,
}
Echo
- Preview
- Usage
- Definition
import { Echo } from '@dinghy/diagrams/entitiesAws18IotResources'
<Echo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECHO } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, ECHO)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.echo;',
},
_original_width: 60,
_original_height: 60,
}
FireTV
- Preview
- Usage
- Definition
import { Firetv } from '@dinghy/diagrams/entitiesAws18IotResources'
<Firetv/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIRETV } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, FIRETV)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.firetv;',
},
_original_width: 60,
_original_height: 60,
}
FireTV stick
- Preview
- Usage
- Definition
import { FiretvStick } from '@dinghy/diagrams/entitiesAws18IotResources'
<FiretvStick/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIRETV_STICK } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, FIRETV_STICK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.firetv_stick;',
},
_original_width: 60,
_original_height: 60,
}
Hardware
board
- Preview
- Usage
- Definition
import { HardwareBoard } from '@dinghy/diagrams/entitiesAws18IotResources'
<HardwareBoard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HARDWARE_BOARD } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, HARDWARE_BOARD)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.hardware_board;',
},
_original_width: 60,
_original_height: 60,
}
HTTP
protocol
- Preview
- Usage
- Definition
import { HttpProtocol } from '@dinghy/diagrams/entitiesAws18IotResources'
<HttpProtocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTTP_PROTOCOL } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, HTTP_PROTOCOL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.http_protocol;',
},
_original_width: 60,
_original_height: 60,
}
HTTP/2
protocol
- Preview
- Usage
- Definition
import { Http2Protocol } from '@dinghy/diagrams/entitiesAws18IotResources'
<Http2Protocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTTP_2_PROTOCOL } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, HTTP_2_PROTOCOL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.http2_protocol;',
},
_original_width: 60,
_original_height: 60,
}
Lambda Function
- Preview
- Usage
- Definition
import { LambdaFunction } from '@dinghy/diagrams/entitiesAws18IotResources'
<LambdaFunction/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAMBDA_FUNCTION } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, LAMBDA_FUNCTION)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lambda_function;',
},
_original_width: 60,
_original_height: 60,
}
MQTT
protocol
- Preview
- Usage
- Definition
import { MqttProtocol } from '@dinghy/diagrams/entitiesAws18IotResources'
<MqttProtocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MQTT_PROTOCOL } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, MQTT_PROTOCOL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mqtt_protocol;',
},
_original_width: 60,
_original_height: 60,
}
Policy
- Preview
- Usage
- Definition
import { Policy } from '@dinghy/diagrams/entitiesAws18IotResources'
<Policy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLICY } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, POLICY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.policy;',
},
_original_width: 60,
_original_height: 60,
}
Reported
state
- Preview
- Usage
- Definition
import { ReportedState } from '@dinghy/diagrams/entitiesAws18IotResources'
<ReportedState/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REPORTED_STATE } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, REPORTED_STATE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.reported_state;',
},
_original_width: 60,
_original_height: 60,
}
Rule
- Preview
- Usage
- Definition
import { Rule } from '@dinghy/diagrams/entitiesAws18IotResources'
<Rule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RULE } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, RULE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.rule;',
},
_original_width: 60,
_original_height: 60,
}
Sensor
- Preview
- Usage
- Definition
import { Sensor } from '@dinghy/diagrams/entitiesAws18IotResources'
<Sensor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SENSOR } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, SENSOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.sensor;',
},
_original_width: 60,
_original_height: 60,
}
Servo
- Preview
- Usage
- Definition
import { Servo } from '@dinghy/diagrams/entitiesAws18IotResources'
<Servo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVO } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, SERVO)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.servo;',
},
_original_width: 60,
_original_height: 60,
}
Shadow
- Preview
- Usage
- Definition
import { Shadow } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shadow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHADOW } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, SHADOW)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.shadow;',
},
_original_width: 60,
_original_height: 60,
}
Simulator
- Preview
- Usage
- Definition
import { Simulator } from '@dinghy/diagrams/entitiesAws18IotResources'
<Simulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIMULATOR } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, SIMULATOR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.simulator;',
},
_original_width: 60,
_original_height: 60,
}
Topic
- Preview
- Usage
- Definition
import { Topic } from '@dinghy/diagrams/entitiesAws18IotResources'
<Topic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOPIC } from '@dinghy/diagrams/entitiesAws18IotResources'
<Shape
{...props}
_style={extendStyle(props, TOPIC)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.topic_2;',
},
_original_width: 60,
_original_height: 60,
}