Aws End User Computing Entities
Appstream 2.0
- Preview
- Usage
- Definition
import { Appstream20 } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Appstream20/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPSTREAM_2_0 } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, APPSTREAM_2_0)}
/>
{
_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=#01A88D;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.appstream_20;',
},
_original_width: 78,
_original_height: 78,
}
End User Computing
- Preview
- Usage
- Definition
import { EndUserComputing } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<EndUserComputing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { END_USER_COMPUTING } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, END_USER_COMPUTING)}
/>
{
_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=#01A88D;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.desktop_and_app_streaming;',
},
_original_width: 78,
_original_height: 78,
}
WorkDocs
- Preview
- Usage
- Definition
import { Workdocs } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Workdocs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKDOCS } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKDOCS)}
/>
{
_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=#01A88D;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.workdocs;',
},
_original_width: 78,
_original_height: 78,
}
WorkLink
- Preview
- Usage
- Definition
import { Worklink } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Worklink/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKLINK } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKLINK)}
/>
{
_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=#01A88D;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.worklink;',
},
_original_width: 78,
_original_height: 78,
}
WorkSpaces
- Preview
- Usage
- Definition
import { Workspaces } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Workspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES)}
/>
{
_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=#01A88D;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.workspaces;',
},
_original_width: 78,
_original_height: 78,
}
WorkSpaces Family
- Preview
- Usage
- Definition
import { WorkspacesFamily } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<WorkspacesFamily/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES_FAMILY } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES_FAMILY)}
/>
{
_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=#01A88D;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.workspaces_family;',
},
_original_width: 78,
_original_height: 78,
}
WorkSpaces Family Amazon Workspaces
- Preview
- Usage
- Definition
import { WorkspacesFamilyAmazonWorkspaces } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<WorkspacesFamilyAmazonWorkspaces/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES_FAMILY_AMAZON_WORKSPACES } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES_FAMILY_AMAZON_WORKSPACES)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.workspaces_family_amazon_workspaces;',
},
_original_width: 78,
_original_height: 73,
}
WorkSpaces Family Amazon Workspaces Core
- Preview
- Usage
- Definition
import { WorkspacesFamilyAmazonWorkspacesCore } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<WorkspacesFamilyAmazonWorkspacesCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES_FAMILY_AMAZON_WORKSPACES_CORE } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES_FAMILY_AMAZON_WORKSPACES_CORE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.workspaces_family_amazon_workspaces_core;',
},
_original_width: 77,
_original_height: 78,
}
WorkSpaces Secure Browser
- Preview
- Usage
- Definition
import { WorkspacesSecureBrowser } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<WorkspacesSecureBrowser/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES_SECURE_BROWSER } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES_SECURE_BROWSER)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;fillColor=#01A88D;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.workspaces_workspaces_web;',
},
_original_width: 78,
_original_height: 74,
}
WorkSpaces Thin Client
- Preview
- Usage
- Definition
import { WorkspacesThinClient } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<WorkspacesThinClient/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSPACES_THIN_CLIENT } from '@dinghy/diagrams/entitiesAwsEndUserComputing'
<Shape
{...props}
_style={extendStyle(props, WORKSPACES_THIN_CLIENT)}
/>
{
_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=#01A88D;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.workspaces_thin_client;',
},
_original_width: 78,
_original_height: 78,
}