Skip to content

Commit 9d05174

Browse files
committed
fix: modify rulue engine doc
1 parent 9c7b6a8 commit 9d05174

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tencentcloud/services/teo/resource_tc_teo_rule_engine.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/teo_rule_engine.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
186186
The `and` object of `or` supports the following:
187187

188188
* `operator` - (Required, String) Operator. Valid values:
189-
- `equals`: Equals.
190-
- `notEquals`: Does not equal.
189+
- `equal`: Equal.
190+
- `notEqual`: Does not equal.
191191
- `exist`: Exists.
192192
- `notexist`: Does not exist.
193193
* `target` - (Required, String) The match type. Values:
@@ -218,8 +218,8 @@ The `and` object of `or` supports the following:
218218
The `and` object of `or` supports the following:
219219

220220
* `operator` - (Required, String) Operator. Valid values:
221-
- `equals`: Equals.
222-
- `notEquals`: Does not equal.
221+
- `equal`: Equal.
222+
- `notEqual`: Does not equal.
223223
- `exist`: Exists.
224224
- `notexist`: Does not exist.
225225
* `target` - (Required, String) The match type. Values:

0 commit comments

Comments
 (0)