Skip to content

Commit

Permalink
feat: update supported aws nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsypuk committed Mar 8, 2024
1 parent 2f626d7 commit f6497ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions multicloud_diagrams/providers/aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,27 @@
"version": "0.3.27",
"desc": "Amazon S3 Glacier"
},
"glacier_standard": {
"style": "sketch=0;outlineConnect=0;gradientColor=none;fillColor=#3F8624;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.glacier;",
"width": "75",
"height": "78",
"version": "0.3.35",
"desc": "Amazon S3 Glacier Standard"
},
"glacier_deep_archival": {
"style": "sketch=0;outlineConnect=0;gradientColor=none;fillColor=#3F8624;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.glacier_deep_archive;",
"width": "75",
"height": "78",
"version": "0.3.35",
"desc": "Amazon S3 Glacier Deep Archival"
},
"glacier_instant_retrival": {
"style": "sketch=0;outlineConnect=0;gradientColor=none;fillColor=#3F8624;strokeColor=none;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;fontSize=12;fontStyle=0;aspect=fixed;pointerEvents=1;shape=mxgraph.aws4.simple_storage_service_s3_glacier_instant_retrieval;",
"width": "78",
"height": "78",
"version": "0.3.35",
"desc": "Amazon S3 Glacier Instant Retrival"
},
"chime_voice_connector": {
"style": "sketch=0;outlineConnect=0;gradientColor=#FF5252;gradientDirection=north;fillColor=#C7131F;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.chime;",
"width": "78",
Expand Down

0 comments on commit f6497ed

Please sign in to comment.