Aws17 Storage Entities
Archive
- Preview
- Usage
- Definition
import { Archive } from '@dinghy/diagrams/entitiesAws17Storage'
<Archive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARCHIVE } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, ARCHIVE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.archive;fillColor=#E05243;gradientColor=none;',
},
_original_width: 57,
_original_height: 75,
}
Bucket
- Preview
- Usage
- Definition
import { Bucket } from '@dinghy/diagrams/entitiesAws17Storage'
<Bucket/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUCKET } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, BUCKET)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.bucket;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 61.5,
}
Bucket with Objects
- Preview
- Usage
- Definition
import { BucketWithObjects } from '@dinghy/diagrams/entitiesAws17Storage'
<BucketWithObjects/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUCKET_WITH_OBJECTS } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, BUCKET_WITH_OBJECTS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.bucket_with_objects;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 61.5,
}
Cached Volume
- Preview
- Usage
- Definition
import { CachedVolume } from '@dinghy/diagrams/entitiesAws17Storage'
<CachedVolume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CACHED_VOLUME } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, CACHED_VOLUME)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cached_volume;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 73.5,
}
EFS
- Preview
- Usage
- Definition
import { Efs } from '@dinghy/diagrams/entitiesAws17Storage'
<Efs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EFS } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, EFS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.efs;fillColor=#E05243;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
EFS Share
- Preview
- Usage
- Definition
import { EfsShare } from '@dinghy/diagrams/entitiesAws17Storage'
<EfsShare/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EFS_SHARE } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, EFS_SHARE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.efs_share;fillColor=#E05243;gradientColor=none;',
},
_original_width: 69,
_original_height: 63,
}
Glacier
- Preview
- Usage
- Definition
import { Glacier } from '@dinghy/diagrams/entitiesAws17Storage'
<Glacier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLACIER } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, GLACIER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.glacier;fillColor=#E05243;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Import/Export
- Preview
- Usage
- Definition
import { ImportExport } from '@dinghy/diagrams/entitiesAws17Storage'
<ImportExport/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IMPORT_EXPORT } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, IMPORT_EXPORT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.import_export;fillColor=#E05243;gradientColor=none;',
},
_original_width: 64.5,
_original_height: 63,
}
Non-Cached Volume
- Preview
- Usage
- Definition
import { NonCachedVolume } from '@dinghy/diagrams/entitiesAws17Storage'
<NonCachedVolume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NON_CACHED_VOLUME } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, NON_CACHED_VOLUME)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.non_cached_volume;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 73.5,
}
Object
- Preview
- Usage
- Definition
import { Object } from '@dinghy/diagrams/entitiesAws17Storage'
<Object/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OBJECT } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, OBJECT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.object;fillColor=#E05243;gradientColor=none;',
},
_original_width: 42,
_original_height: 45,
}
S3
- Preview
- Usage
- Definition
import { S3 } from '@dinghy/diagrams/entitiesAws17Storage'
<S3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { S3_CONST } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, S3_CONST)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.s3;fillColor=#E05243;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Snapshot
- Preview
- Usage
- Definition
import { Snapshot } from '@dinghy/diagrams/entitiesAws17Storage'
<Snapshot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SNAPSHOT } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, SNAPSHOT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.snapshot;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 73.5,
}
Snowball
- Preview
- Usage
- Definition
import { Snowball } from '@dinghy/diagrams/entitiesAws17Storage'
<Snowball/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SNOWBALL } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, SNOWBALL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.snowball;fillColor=#E05243;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Storage Gateway
- Preview
- Usage
- Definition
import { StorageGateway } from '@dinghy/diagrams/entitiesAws17Storage'
<StorageGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORAGE_GATEWAY } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, STORAGE_GATEWAY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.storage_gateway;fillColor=#E05243;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Vault
- Preview
- Usage
- Definition
import { Vault } from '@dinghy/diagrams/entitiesAws17Storage'
<Vault/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VAULT } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, VAULT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.vault;fillColor=#E05243;gradientColor=none;',
},
_width: 54,
_height: 75,
}
Virtual Tape Library
- Preview
- Usage
- Definition
import { VirtualTapeLibrary } from '@dinghy/diagrams/entitiesAws17Storage'
<VirtualTapeLibrary/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIRTUAL_TAPE_LIBRARY } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, VIRTUAL_TAPE_LIBRARY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.virtual_tape_library;fillColor=#E05243;gradientColor=none;',
},
_original_width: 60,
_original_height: 73.5,
}
Volume
- Preview
- Usage
- Definition
import { Volume } from '@dinghy/diagrams/entitiesAws17Storage'
<Volume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOLUME } from '@dinghy/diagrams/entitiesAws17Storage'
<Shape
{...props}
_style={extendStyle(props, VOLUME)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.volume;fillColor=#E05243;gradientColor=none;',
},
_width: 52.5,
_height: 75,
}