You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Availability zone hosting the gateway (for example, <code>us-east-1a</code>).</td>
157
+
</tr>
158
+
<tr>
159
+
<td><code>gateway_id</code></td>
160
+
<td>Unique identifier for the AWS gateway resource.</td>
161
+
</tr>
162
+
<tr>
163
+
<td><code>gateway_public_ip</code></td>
164
+
<td>Public IP address assigned to the NAT gateway.</td>
165
+
</tr>
166
+
<tr>
167
+
<td><code>gateway_region</code></td>
168
+
<td>AWS region of the gateway (for example, <code>us-east-1</code>).</td>
169
+
</tr>
170
+
<tr>
171
+
<td><code>gateway_type</code></td>
172
+
<td>Type of AWS gateway (internet, NAT, or Transit).</td>
173
+
</tr>
174
+
<tr>
175
+
<td><code>intra_availability_zone</code></td>
176
+
<td>Indicates whether network flows are within an availability zone (<code>true</code>), cross-availability zone (<code>false</code>), or undetermined (<code>unknown</code>). <strong>Note</strong>: Not applicable for Azure.</td>
177
+
</tr>
178
+
<tr>
179
+
<td><code>intra_region</code></td>
180
+
<td>Indicates whether network flows are within a region (<code>true</code>), cross-region (<code>false</code>), or undetermined (<code>unknown</code>).</td>
181
+
</tr>
182
+
<tr>
183
+
<td><code>is_agent_traffic</code></td>
184
+
<td>Indicates if the traffic was generated by the Datadog Agent.</td>
185
+
</tr>
186
+
<tr>
187
+
<td><code>tgw_attachment_id</code></td>
188
+
<td>Unique identifier for the AWS Transit Gateway attachment.</td>
189
+
</tr>
190
+
<tr>
191
+
<td><code>tgw_attachment_type</code></td>
192
+
<td>Type of Transit Gateway attachment (for example, VPC, VPN, Direct Connect).</td>
193
+
</tr>
194
+
<tr>
195
+
<td><code>tls_cipher_insecure</code></td>
196
+
<td>Indicates if the cipher used is considered secure.</td>
197
+
</tr>
198
+
<tr>
199
+
<td><code>tls_cipher_suite</code></td>
200
+
<td>Identifies the TLS cipher suite used (for example, <code>tls_ecdhe_rsa_with_aes_128_gcm_sha256</code>).</td>
201
+
</tr>
202
+
<tr>
203
+
<td><code>tls_client_version</code></td>
204
+
<td>The TLS version supported by the client (<code>tls_1.2</code> or <code>tls_1.3</code>).</td>
205
+
</tr>
206
+
<tr>
207
+
<td><code>tls_encrypted</code></td>
208
+
<td>Specifies if the connection is encrypted using TLS.</td>
209
+
</tr>
210
+
<tr>
211
+
<td><code>tls_version</code></td>
212
+
<td>The TLS version used (<code>tls_1.2</code> or <code>tls_1.3</code>).</td>
0 commit comments