Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-25 16:39:13 -07:00
parent 6f35e155ad
commit efe631d4e2
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ The following table shows the syntax to use for each trigger option:
Trigger options | Definition | Syntax Trigger options | Definition | Syntax
:--- | :--- : :--- :--- | :--- : :---
Tag | Creates alerts for documents that match a muliple query with this tag applied. If you group multiple queries by a single tag, then you can set it to trigger an alert if the results are returned by this tag name.| `query[tag=<tag-name>]` Tag | Creates alerts for documents that match a multiple query with this tag applied. If you group multiple queries by a single tag, then you can set it to trigger an alert if the results are returned by this tag name.| `query[tag=<tag-name>]`
Query by name | Creates alerts for documents matched or returned by the named query. | `query[name=<query-name>]` Query by name | Creates alerts for documents matched or returned by the named query. | `query[name=<query-name>]`
Query by ID | Creates alerts for documents that were returned by the identified query. | `query[id=<query-id>]` Query by ID | Creates alerts for documents that were returned by the identified query. | `query[id=<query-id>]`