Created: 2024-02-25 | Updated: 2024-09-21
Chime Voice Connector
New (v0.3.32)
Table of contents
- Node Type:
chime_voice_connector
- Rendering:
- Code Snippet:
- drawio chime_voice_connector vertex:
- Advanced for Geeks:
Node Type: chime_voice_connector
Rendering:
Code Snippet:
# given
mcd = MultiCloudDiagrams()
# when
chime_arn = 'arn:aws:chime:us-east-1:123456789012:vc/xxxsomeid'
metadata = {
'name': 'asterisk',
'CreationDate': '2023-11-11',
'Encryption': "Enabled",
'OutboundHostName': "xxxsomeid.voiceconnector.chime.com",
'AllowedHostList': "122.122.xxx.xxx",
'CallsPerSecond': "5",
'UserAuth': "Enabled",
'port': '5060',
'CallingPlan': 'NO',
'PhoneNumbers': '+XXXXXXXXXXX',
'Logging': 'Enabled',
'KinesisVideo': 'Disabled'
}
mcd.add_vertex(node_id=chime_arn, node_name='chime_voice_connector', node_type='chime_voice_connector', metadata=metadata)
drawio chime_voice_connector vertex:
<mxCell id="vertex:chime_voice_connector:arn:aws:chime:us-east-1:123456789012:vc/xxxsomeid" parent="1" vertex="1">
<mxGeometry width="78" height="78" as="geometry"/>
</mxCell>
Advanced for Geeks:
Style:
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;"
attribute | value |
---|---|
align | left |
aspect | fixed |
dashed | 0 |
fillColor | #C7131F |
fontSize | 12 |
fontStyle | 0 |
gradientColor | #FF5252 |
gradientDirection | north |
html | 1 |
outlineConnect | 0 |
resIcon | mxgraph.aws4.chime |
shape | mxgraph.aws4.resourceIcon |
sketch | 0 |
strokeColor | #ffffff |
verticalAlign | top |
verticalLabelPosition | bottom |
Vertex size:
attribute | value |
---|---|
width | 78 |
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:chime_voice_connector:arn:aws:chime:us-east-1:123456789012:vc/xxxsomeid" value="<b>Name</b>: chime_voice_connector<BR><b>ARN</b>: arn:aws:chime:us-east-1:123456789012:vc/xxxsomeid<BR>-----------<BR><b>name</b>: asterisk<BR><b>CreationDate</b>: 2023-11-11<BR><b>Encryption</b>: Enabled<BR><b>OutboundHostName</b>: xxxsomeid.voiceconnector.chime.com<BR><b>AllowedHostList</b>: 122.122.xxx.xxx<BR><b>CallsPerSecond</b>: 5<BR><b>UserAuth</b>: Enabled<BR><b>port</b>: 5060<BR><b>CallingPlan</b>: NO<BR><b>PhoneNumbers</b>: +XXXXXXXXXXX<BR><b>Logging</b>: Enabled<BR><b>KinesisVideo</b>: Disabled" 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;" parent="1" vertex="1">
<mxGeometry width="78" height="78" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
drawio file:
Download generated chime_voice_connector.drawio
: