Created: 2024-03-08 | Updated: 2024-09-21
S3 Glacier Standard
New (v0.3.35)
Table of contents
- Node Type:
glacier_standard
- Rendering:
- Code Snippet:
- drawio glacier_standard vertex:
- Advanced for Geeks:
Node Type: glacier_standard
Rendering:
Code Snippet:
# given
mcd = MultiCloudDiagrams()
# when
glacier_arn = 'arn:aws:glacier:::content_bucket'
metadata = {
'x-amz-bucket-region': 'eu-west-1',
'CreationDate': '2023-11-11',
'AbortIncompleteMultipartUpload': "{'DaysAfterInitiation': 5}",
'Expiration': "{'Days': 90}",
'MFADelete': 'Disabled'
}
mcd.add_vertex(node_id=glacier_arn, node_name='content_bucket', node_type='glacier_standard', metadata=metadata)
drawio glacier_standard vertex:
<mxCell id="vertex:glacier_standard:arn:aws:glacier:::content_bucket" parent="1" vertex="1">
<mxGeometry width="75" height="78" as="geometry"/>
</mxCell>
Advanced for Geeks:
Style:
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;"
attribute | value |
---|---|
align | left |
aspect | fixed |
dashed | 0 |
fillColor | #3F8624 |
fontSize | 12 |
fontStyle | 0 |
gradientColor | none |
html | 1 |
outlineConnect | 0 |
pointerEvents | 1 |
shape | mxgraph.aws4.glacier |
sketch | 0 |
strokeColor | none |
verticalAlign | top |
verticalLabelPosition | bottom |
Vertex size:
attribute | value |
---|---|
width | 75 |
height | 78 |
Full XML dump:
<mxfile host="multicloud-diagrams" agent="PIP package multicloud-diagrams. Generate resources in draw.io compatible format for Cloud infrastructure. Copyrights @ Roman Tsypuk 2023. MIT license." type="MultiCloud">
<diagram id="diagram_1" name="AWS components">
<mxGraphModel dx="1015" dy="661" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="1">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="vertex:glacier_standard:arn:aws:glacier:::content_bucket" value="<b>Name</b>: content_bucket<BR><b>ARN</b>: arn:aws:glacier:::content_bucket<BR>-----------<BR><b>x-amz-bucket-region</b>: eu-west-1<BR><b>CreationDate</b>: 2023-11-11<BR><b>AbortIncompleteMultipartUpload</b>: {'DaysAfterInitiation': 5}<BR><b>Expiration</b>: {'Days': 90}<BR><b>MFADelete</b>: Disabled" 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;" parent="1" vertex="1">
<mxGeometry width="75" height="78" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
drawio file:
Download generated glacier_standard.drawio
: