Aws Front End Web Mobile Entities
Amplify
- Preview
- Usage
- Definition
import { Amplify } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Amplify/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMPLIFY } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, AMPLIFY)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.amplify;',
},
_original_width: 78,
_original_height: 78,
}
Amplify Studio
- Preview
- Usage
- Definition
import { AmplifyStudio } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<AmplifyStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMPLIFY_STUDIO } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, AMPLIFY_STUDIO)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.amplify_aws_amplify_studio;',
},
_original_width: 48,
_original_height: 44,
}
Device Farm
- Preview
- Usage
- Definition
import { DeviceFarm } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<DeviceFarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVICE_FARM } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, DEVICE_FARM)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.device_farm;',
},
_original_width: 78,
_original_height: 78,
}
Location Service
- Preview
- Usage
- Definition
import { LocationService } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.location_service;',
},
_original_width: 78,
_original_height: 78,
}
Location Service Geofence
- Preview
- Usage
- Definition
import { LocationServiceGeofence } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationServiceGeofence/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE_GEOFENCE } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE_GEOFENCE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.location_service_geofence;',
},
_original_width: 48,
_original_height: 48,
}
Location Service Map
- Preview
- Usage
- Definition
import { LocationServiceMap } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationServiceMap/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE_MAP } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE_MAP)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.location_service_map;',
},
_original_width: 48,
_original_height: 48,
}
Location Service Place
- Preview
- Usage
- Definition
import { LocationServicePlace } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationServicePlace/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE_PLACE } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE_PLACE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.location_service_place;',
},
_width: 37,
_height: 48,
}
Location Service Routes
- Preview
- Usage
- Definition
import { LocationServiceRoutes } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationServiceRoutes/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE_ROUTES } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE_ROUTES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.location_service_routes;',
},
_original_width: 48,
_original_height: 48,
}
Location Service Track
- Preview
- Usage
- Definition
import { LocationServiceTrack } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<LocationServiceTrack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCATION_SERVICE_TRACK } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, LOCATION_SERVICE_TRACK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#DD344C;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.location_service_track;',
},
_original_width: 48,
_original_height: 48,
}
Mobile
- Preview
- Usage
- Definition
import { Mobile } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Mobile/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOBILE } from '@dinghy/diagrams/entitiesAwsFrontEndWebMobile'
<Shape
{...props}
_style={extendStyle(props, MOBILE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.mobile;',
},
_original_width: 78,
_original_height: 78,
}