Skip to content

Commit 851ba4a

Browse files
adding new tags (#33108)
1 parent c9aac53 commit 851ba4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/network_monitoring/cloud_network_monitoring/tags_reference.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,14 @@ The following is the list of neutral tags available for use:
170170
<td><code>vpc_endpoint_id</code></td>
171171
<td>Unique identifier for the VPC endpoint.</td>
172172
</tr>
173+
<tr>
174+
<td><code>security_group_evaluation</code></td>
175+
<td>Indicates whether the connection was evaluated by security group rules. Values: <code>unknown</code> (unable to evaluate), <code>allowed</code> (connection was allowed), <code>denied</code> (connection was denied).</td>
176+
</tr>
177+
<tr>
178+
<td><code>security_group_denial_reason</code></td>
179+
<td>Specifies the reason for connection denial. Only present when <code>security_group_evaluation: denied</code>. Current values include <code>client_egress</code>.</td>
180+
</tr>
173181
</tbody>
174182
</table>
175183

0 commit comments

Comments
 (0)