Aws17 Application Services Entities
API Gateway
- Preview
- Usage
- Definition
import { ApiGateway } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<ApiGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_GATEWAY } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, API_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.api_gateway;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Decider
- Preview
- Usage
- Definition
import { Decider } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Decider/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DECIDER } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, DECIDER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.decider;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 61.5,
_original_height: 64.5,
}
Elastic Transcoder
- Preview
- Usage
- Definition
import { ElasticTranscoder } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<ElasticTranscoder/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_TRANSCODER } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_TRANSCODER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_transcoder;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Step Functions
- Preview
- Usage
- Definition
import { StepFunctions } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<StepFunctions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STEP_FUNCTIONS } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, STEP_FUNCTIONS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.step_functions;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
SWF
- Preview
- Usage
- Definition
import { Swf } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Swf/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SWF } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, SWF)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.swf;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Worker
- Preview
- Usage
- Definition
import { Worker } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Worker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKER } from '@dinghy/diagrams/entitiesAws17ApplicationServices'
<Shape
{...props}
_style={extendStyle(props, WORKER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.worker;fillColor=#D9A741;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}