Created: 2023-08-11 | Updated: 2024-09-21
IAM Role
New (v0.2.0)
Table of contents
Node Type: iam_role
Rendering:
Code Snippet:
# given
mcd = MultiCloudDiagrams()
# when
iam_role_arn = 'arn:aws:iam::123456789012:role/ec2-cloudwatch-role'
mcd.add_vertex(node_id=iam_role_arn, node_name='ec2-cloudwatch', node_type='iam_role')
drawio iam_role vertex:
<mxCell id="vertex:iam_role:arn:aws:iam::123456789012:role/ec2-cloudwatch-role" parent="1" vertex="1">
<mxGeometry width="94.5" height="79.5" as="geometry"/>
</mxCell>
Advanced for Geeks:
Style:
style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.role;fillColor=#759C3E;gradientColor=none;"
attribute | value |
---|---|
align | left |
dashed | 0 |
fillColor | #759C3E |
gradientColor | none |
html | 1 |
outlineConnect | 0 |
shape | mxgraph.aws3.role |
verticalAlign | top |
verticalLabelPosition | bottom |
Vertex size:
attribute | value |
---|---|
width | 94.5 |
height | 79.5 |
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:iam_role:arn:aws:iam::123456789012:role/ec2-cloudwatch-role" value="<b>Name</b>: ec2-cloudwatch<BR><b>ARN</b>: arn:aws:iam::123456789012:role/ec2-cloudwatch-role" style="outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.role;fillColor=#759C3E;gradientColor=none;" parent="1" vertex="1">
<mxGeometry width="94.5" height="79.5" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
drawio file:
Download generated iam_role.drawio
: