Services: {{ finding["ServicesCount"] }}
Infrastructure Modification Actions: {{ finding["ActionsCount"] }}
Type: {% if finding["Type"] == "Policy" %}Managed{% else %}Inline{% endif %} Policy
{% if finding["AssumableByComputeService"]|length > 0 %}
Role Assumable by Service(s): {% for service in finding["AssumableByComputeService"] %}{{ service }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}