Aws17 Mobile Services Entities
API Gateway
- Preview
- Usage
- Definition
import { ApiGateway } from '@dinghy/diagrams/entitiesAws17MobileServices'
<ApiGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_GATEWAY } from '@dinghy/diagrams/entitiesAws17MobileServices'
<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,
}
Cognito
- Preview
- Usage
- Definition
import { Cognito } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Cognito/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITO } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Shape
{...props}
_style={extendStyle(props, COGNITO)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cognito;fillColor=#AD688B;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Device Farm
- Preview
- Usage
- Definition
import { DeviceFarm } from '@dinghy/diagrams/entitiesAws17MobileServices'
<DeviceFarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVICE_FARM } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Shape
{...props}
_style={extendStyle(props, DEVICE_FARM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.device_farm;fillColor=#AD688B;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Mobile Analytics
- Preview
- Usage
- Definition
import { MobileAnalytics } from '@dinghy/diagrams/entitiesAws17MobileServices'
<MobileAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOBILE_ANALYTICS } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Shape
{...props}
_style={extendStyle(props, MOBILE_ANALYTICS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mobile_analytics;fillColor=#AD688B;gradientColor=none;',
},
_original_width: 90,
_original_height: 93,
}
Mobile Hub
- Preview
- Usage
- Definition

import { MobileHub } from '@dinghy/diagrams/entitiesAws17MobileServices'
<MobileHub/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOBILE_HUB } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Shape
{...props}
_style={extendStyle(props, MOBILE_HUB)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mobile_hub;fillColor=#AD688A;gradientColor=#F58435;gradientDirection=west;pointerEvents=1',
},
_original_width: 75,
_original_height: 81,
}
Pinpoint
- Preview
- Usage
- Definition
import { Pinpoint } from '@dinghy/diagrams/entitiesAws17MobileServices'
<Pinpoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PINPOINT } from '@dinghy/diagrams/entitiesAws17MobileServices'
<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,
}