Aws17 Compute Entities
AMI
- Preview
- Usage
- Definition
import { Ami } from '@dinghy/diagrams/entitiesAws17Compute'
<Ami/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMI } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, AMI)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ami;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Application
- Preview
- Usage
- Definition
import { Application } from '@dinghy/diagrams/entitiesAws17Compute'
<Application/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, APPLICATION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.application;fillColor=#F58534;gradientColor=none;',
},
_width: 34.5,
_height: 64.5,
}
Application Load Balancer
- Preview
- Usage
- Definition
import { ApplicationLoadBalancer } from '@dinghy/diagrams/entitiesAws17Compute'
<ApplicationLoadBalancer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_LOAD_BALANCER } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_LOAD_BALANCER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.application_load_balancer;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Auto Scaling
- Preview
- Usage
- Definition
import { AutoScaling } from '@dinghy/diagrams/entitiesAws17Compute'
<AutoScaling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTO_SCALING } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, AUTO_SCALING)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.auto_scaling;fillColor=#F58534;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 76.5,
}
Batch
- Preview
- Usage
- Definition
import { Batch } from '@dinghy/diagrams/entitiesAws17Compute'
<Batch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATCH } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, BATCH)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.batch;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Classic Load Balancer
- Preview
- Usage
- Definition
import { ClassicLoadBalancer } from '@dinghy/diagrams/entitiesAws17Compute'
<ClassicLoadBalancer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLASSIC_LOAD_BALANCER } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, CLASSIC_LOAD_BALANCER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.classic_load_balancer;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Customer Gateway
- Preview
- Usage
- Definition
import { CustomerGateway } from '@dinghy/diagrams/entitiesAws17Compute'
<CustomerGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_GATEWAY } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.customer_gateway;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
DB on Instance
- Preview
- Usage
- Definition
import { DbOnInstance } from '@dinghy/diagrams/entitiesAws17Compute'
<DbOnInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DB_ON_INSTANCE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, DB_ON_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.db_on_instance;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
Deployment
- Preview
- Usage
- Definition
import { Deployment } from '@dinghy/diagrams/entitiesAws17Compute'
<Deployment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEPLOYMENT } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, DEPLOYMENT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.deployment;fillColor=#F58534;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 73.5,
}
EC2
- Preview
- Usage
- Definition
import { Ec2 } from '@dinghy/diagrams/entitiesAws17Compute'
<Ec2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EC2 } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, EC2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ec2;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
EC2 Compute Container
- Preview
- Usage
- Definition
import { Ec2ComputeContainer } from '@dinghy/diagrams/entitiesAws17Compute'
<Ec2ComputeContainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EC2_COMPUTE_CONTAINER } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, EC2_COMPUTE_CONTAINER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ec2_compute_container;fillColor=#F58534;gradientColor=none;',
},
_width: 60,
_height: 34.5,
}
EC2 Compute Container 2
- Preview
- Usage
- Definition
import { Ec2ComputeContainer2 } from '@dinghy/diagrams/entitiesAws17Compute'
<Ec2ComputeContainer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EC2_COMPUTE_CONTAINER_2 } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, EC2_COMPUTE_CONTAINER_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ec2_compute_container_2;fillColor=#F58534;gradientColor=none;',
},
_width: 60,
_height: 34.5,
}
EC2 Compute Container 3
- Preview
- Usage
- Definition
import { Ec2ComputeContainer3 } from '@dinghy/diagrams/entitiesAws17Compute'
<Ec2ComputeContainer3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EC2_COMPUTE_CONTAINER_3 } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, EC2_COMPUTE_CONTAINER_3)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ec2_compute_container_3;fillColor=#F58534;gradientColor=none;',
},
_width: 60,
_height: 34.5,
}
ECR
- Preview
- Usage
- Definition
import { Ecr } from '@dinghy/diagrams/entitiesAws17Compute'
<Ecr/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECR } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ECR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ecr;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
ECR Registry
- Preview
- Usage
- Definition
import { EcrRegistry } from '@dinghy/diagrams/entitiesAws17Compute'
<EcrRegistry/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECR_REGISTRY } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ECR_REGISTRY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ecr_registry;fillColor=#F58534;gradientColor=none;',
},
_original_width: 57,
_original_height: 60,
}
ECS
- Preview
- Usage
- Definition
import { Ecs } from '@dinghy/diagrams/entitiesAws17Compute'
<Ecs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECS } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ECS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.ecs;fillColor=#F58534;gradientColor=none;',
},
_original_width: 72,
_original_height: 67.5,
}
Elastic Beanstalk
- Preview
- Usage
- Definition
import { ElasticBeanstalk } from '@dinghy/diagrams/entitiesAws17Compute'
<ElasticBeanstalk/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_BEANSTALK } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_BEANSTALK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_beanstalk;fillColor=#F58534;gradientColor=none;',
},
_width: 67.5,
_height: 93,
}
Elastic IP
- Preview
- Usage
- Definition
import { ElasticIp } from '@dinghy/diagrams/entitiesAws17Compute'
<ElasticIp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_IP } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_IP)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_ip;fillColor=#F58534;gradientColor=none;',
},
_width: 76.5,
_height: 21,
}
Elastic Load Balancing
- Preview
- Usage
- Definition
import { ElasticLoadBalancing } from '@dinghy/diagrams/entitiesAws17Compute'
<ElasticLoadBalancing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_LOAD_BALANCING } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_LOAD_BALANCING)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_load_balancing;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Elastic Network Adapter
- Preview
- Usage
- Definition
import { ElasticNetworkAdapter } from '@dinghy/diagrams/entitiesAws17Compute'
<ElasticNetworkAdapter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_NETWORK_ADAPTER } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_NETWORK_ADAPTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_network_adapter;fillColor=#F58534;gradientColor=none;',
},
_original_width: 75,
_original_height: 90,
}
Elastic Network Interface
- Preview
- Usage
- Definition
import { ElasticNetworkInterface } from '@dinghy/diagrams/entitiesAws17Compute'
<ElasticNetworkInterface/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_NETWORK_INTERFACE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_NETWORK_INTERFACE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elastic_network_interface;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Endpoints
- Preview
- Usage
- Definition
import { Endpoints } from '@dinghy/diagrams/entitiesAws17Compute'
<Endpoints/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENDPOINTS } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ENDPOINTS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.endpoints;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Flow Logs
- Preview
- Usage
- Definition
import { FlowLogs } from '@dinghy/diagrams/entitiesAws17Compute'
<FlowLogs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLOW_LOGS } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, FLOW_LOGS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.flow_logs;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Instance
- Preview
- Usage
- Definition
import { Instance } from '@dinghy/diagrams/entitiesAws17Compute'
<Instance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSTANCE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.instance;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Instance with CloudWatch
- Preview
- Usage
- Definition
import { InstanceWithCloudwatch } from '@dinghy/diagrams/entitiesAws17Compute'
<InstanceWithCloudwatch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSTANCE_WITH_CLOUDWATCH } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, INSTANCE_WITH_CLOUDWATCH)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.instance_with_cloudwatch;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Instances
- Preview
- Usage
- Definition
import { Instances } from '@dinghy/diagrams/entitiesAws17Compute'
<Instances/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSTANCES } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, INSTANCES)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.instances;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Internet Gateway
- Preview
- Usage
- Definition
import { InternetGateway } from '@dinghy/diagrams/entitiesAws17Compute'
<InternetGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTERNET_GATEWAY } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, INTERNET_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.internet_gateway;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Lambda
- Preview
- Usage
- Definition
import { Lambda } from '@dinghy/diagrams/entitiesAws17Compute'
<Lambda/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAMBDA } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, LAMBDA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lambda;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Lambda Function
- Preview
- Usage
- Definition
import { LambdaFunction } from '@dinghy/diagrams/entitiesAws17Compute'
<LambdaFunction/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAMBDA_FUNCTION } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, LAMBDA_FUNCTION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lambda_function;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Lightsail
- Preview
- Usage
- Definition
import { Lightsail } from '@dinghy/diagrams/entitiesAws17Compute'
<Lightsail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIGHTSAIL } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, LIGHTSAIL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lightsail;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 82.5,
}
Network Access Controllist
- Preview
- Usage
- Definition
import { NetworkAccessControllist } from '@dinghy/diagrams/entitiesAws17Compute'
<NetworkAccessControllist/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETWORK_ACCESS_CONTROLLIST } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, NETWORK_ACCESS_CONTROLLIST)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.network_access_controllist;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Optimized Instance
- Preview
- Usage
- Definition
import { OptimizedInstance } from '@dinghy/diagrams/entitiesAws17Compute'
<OptimizedInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPTIMIZED_INSTANCE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, OPTIMIZED_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.optimized_instance;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Rescue
- Preview
- Usage
- Definition
import { Rescue } from '@dinghy/diagrams/entitiesAws17Compute'
<Rescue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESCUE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, RESCUE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rescue;fillColor=#F58534;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Router
- Preview
- Usage
- Definition
import { Router } from '@dinghy/diagrams/entitiesAws17Compute'
<Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROUTER } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, ROUTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.router;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Spot Fleet
- Preview
- Usage
- Definition
import { SpotFleet } from '@dinghy/diagrams/entitiesAws17Compute'
<SpotFleet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPOT_FLEET } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, SPOT_FLEET)}
/>
{
_style: {
entity: 'rounded=1;fillColor=none;gradientColor=none;arcSize=10;dashed=1;',
},
_width: 0,
_height: 230,
}
Spot Fleet 2
- Preview
- Usage
- Definition
import { SpotFleet2 } from '@dinghy/diagrams/entitiesAws17Compute'
<SpotFleet2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPOT_FLEET_2 } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, SPOT_FLEET_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.spot_instance;fillColor=#F58534;strokeColor=none;gradientColor=none;',
},
_width: 1,
_height: 230,
}
Spot Instance
- Preview
- Usage
- Definition
import { SpotInstance } from '@dinghy/diagrams/entitiesAws17Compute'
<SpotInstance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPOT_INSTANCE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, SPOT_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.spot_instance;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
VPC
- Preview
- Usage
- Definition
import { Vpc } from '@dinghy/diagrams/entitiesAws17Compute'
<Vpc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPC } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, VPC)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vpc;fillColor=#F58534;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
VPC NAT Gateway
- Preview
- Usage
- Definition
import { VpcNatGateway } from '@dinghy/diagrams/entitiesAws17Compute'
<VpcNatGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPC_NAT_GATEWAY } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, VPC_NAT_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vpc_nat_gateway;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
VPC Peering
- Preview
- Usage
- Definition
import { VpcPeering } from '@dinghy/diagrams/entitiesAws17Compute'
<VpcPeering/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPC_PEERING } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, VPC_PEERING)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vpc_peering;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
VPN Connection
- Preview
- Usage
- Definition
import { VpnConnection } from '@dinghy/diagrams/entitiesAws17Compute'
<VpnConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPN_CONNECTION } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, VPN_CONNECTION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vpn_connection;fillColor=#F58534;gradientColor=none;',
},
_original_width: 58.5,
_original_height: 48,
}
VPN Gateway
- Preview
- Usage
- Definition
import { VpnGateway } from '@dinghy/diagrams/entitiesAws17Compute'
<VpnGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPN_GATEWAY } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, VPN_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vpn_gateway;fillColor=#F58534;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
X1 Instance
- Preview
- Usage
- Definition
import { X1Instance } from '@dinghy/diagrams/entitiesAws17Compute'
<X1Instance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { X1_INSTANCE } from '@dinghy/diagrams/entitiesAws17Compute'
<Shape
{...props}
_style={extendStyle(props, X1_INSTANCE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.x1_instance;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}