Aws17 Messaging Entities
Email
- Preview
- Usage
- Definition
import { Email } from '@dinghy/diagrams/entitiesAws17Messaging'
<Email/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMAIL } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, EMAIL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.email;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 81,
_original_height: 61.5,
}
Email Notification
- Preview
- Usage
- Definition
import { EmailNotification } from '@dinghy/diagrams/entitiesAws17Messaging'
<EmailNotification/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMAIL_NOTIFICATION } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, EMAIL_NOTIFICATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.email_notification;fillColor=#D9A741;gradientColor=none;',
},
_width: 100.5,
_height: 63,
}
HTTP Notification
- Preview
- Usage
- Definition
import { HttpNotification } from '@dinghy/diagrams/entitiesAws17Messaging'
<HttpNotification/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTTP_NOTIFICATION } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, HTTP_NOTIFICATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.http_notification;fillColor=#D9A741;gradientColor=none;',
},
_width: 100.5,
_height: 63,
}
Message
- Preview
- Usage
- Definition
import { Message } from '@dinghy/diagrams/entitiesAws17Messaging'
<Message/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGE } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, MESSAGE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.message;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 42,
_original_height: 49.5,
}
Pinpoint
- Preview
- Usage
- Definition
import { Pinpoint } from '@dinghy/diagrams/entitiesAws17Messaging'
<Pinpoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PINPOINT } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, PINPOINT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.pinpoint;fillColor=#AD688B;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 87,
}
Queue
- Preview
- Usage
- Definition
import { Queue } from '@dinghy/diagrams/entitiesAws17Messaging'
<Queue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUEUE } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, QUEUE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.queue;fillColor=#D9A741;gradientColor=none;',
},
_width: 73.5,
_height: 48,
}
SES
- Preview
- Usage
- Definition
import { Ses } from '@dinghy/diagrams/entitiesAws17Messaging'
<Ses/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SES } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, SES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ses;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 93,
}
SNS
- Preview
- Usage
- Definition
import { Sns } from '@dinghy/diagrams/entitiesAws17Messaging'
<Sns/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SNS } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, SNS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sns;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 76.5,
}
SQS
- Preview
- Usage
- Definition
import { Sqs } from '@dinghy/diagrams/entitiesAws17Messaging'
<Sqs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQS } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, SQS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sqs;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Topic
- Preview
- Usage
- Definition
import { Topic } from '@dinghy/diagrams/entitiesAws17Messaging'
<Topic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOPIC } from '@dinghy/diagrams/entitiesAws17Messaging'
<Shape
{...props}
_style={extendStyle(props, TOPIC)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.topic_2;fillColor=#D9A741;gradientColor=none;',
},
_width: 93,
_height: 58.5,
}