Skip to content

Commit 6920646

Browse files
committed
small fix
1 parent f468f90 commit 6920646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/defender-for-cloud/how-to-manage-aws-assessments-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage AWS assessments and standards
33
description: Learn how to create custom security assessments and standards for your AWS environment.
44
ms.topic: how-to
5-
ms.date: 10/18/2022
5+
ms.date: 10/19/2022
66
---
77

88
# Manage AWS assessments and standards
@@ -207,7 +207,7 @@ When building a KQL query, you should use the following table structure:
207207
}
208208
```
209209

210-
> [!NOTE
210+
> [!NOTE]
211211
> The `Record` field contains the data structure as it is returned from the AWS API. Use this field to define conditions which will determine if the resource is healthy or unhealthy.
212212
>
213213
> You can access internal properties of `Record` filed using a dot notation. For example: `| extend EncryptionType = Record.Encryption.Type`.

0 commit comments

Comments
 (0)