@@ -90,33 +90,22 @@ definition:
90
90
| Not Ends With | `not_ending_with` |
91
91
| Greater Than | `greater_than` |
92
92
| Greater Than Or Equal | `greater_than_or_equal` |
93
- | Less Than | `less_than` |
94
- | Less Than Or Equal | `less_than_or_equal` |
95
- | Subset | `subset` |
96
- | Not Subset | `not_subset` |
97
-
98
- # ## Attribute Condition: Keys and Values
99
-
100
- | Key | Type | Value(s) |
101
- | --- | --- | --- |
102
- | `cond_type` | string | Must be `attribute` |
103
- | `resource_type` | collection of strings | Use either `all` or `[resource types from list]` |
104
- | `attribute` | string | Attribute of defined resource types. For example, `automated_snapshot_retention_period` |
105
- | `operator` | string | - `equals`, `not_equals`, `regex_match`, `not_regex_match`, `exists`, `not exists`, `any`, `contains`, `not_contains`, `within`, `starting_with`, `not_starting_with`, `ending_with`, `not_ending_with`, `greater_than`, `greater_than_or_equal`, `less_than`, `less_than_or_equal`, `subset`, `not_subset` |
106
- | `value` (not relevant for operator : ` exists` /`not_exists`) | string | User input. |
107
93
| Less Than | `less_than` |
108
94
| Less Than Or Equal | `less_than_or_equal` |
95
+ | Subset | `subset` |
96
+ | Not Subset | `not_subset` |
109
97
| Json Path Equals | `jsonpath_equals` |
98
+ | Json Path Exists | `jsonpath_exists` |
110
99
111
100
# ## Attribute Condition: Keys and Values
112
101
113
- | Key | Type | Value(s) |
114
- | --- | --- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
115
- | `cond_type` | string | Must be `attribute` |
116
- | `resource_type` | collection of strings | Use either `all` or `[resource types from list]` |
117
- | `attribute` | string | Attribute of defined resource types. For example, `automated_snapshot_retention_period` |
118
- | `operator` | string | - `equals`, `not_equals`, `regex_match`, `not_regex_match`, `exists`, `not exists`, `any`, `contains`, `not_contains`, `within`, `starting_with`, `not_starting_with`, `ending_with`, `not_ending_with`, `greater_than`, `greater_than_or_equal`, `less_than`, `less_than_or_equal`, `jsonpath_equals` |
119
- | `value` (not relevant for operator : ` exists` /`not_exists`) | string | User input. |
102
+ | Key | Type | Value(s) |
103
+ | --- | --- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
104
+ | `cond_type` | string | Must be `attribute` |
105
+ | `resource_type` | collection of strings | Use either `all` or `[resource types from list]` |
106
+ | `attribute` | string | Attribute of defined resource types. For example, `automated_snapshot_retention_period` |
107
+ | `operator` | string | - `equals`, `not_equals`, `regex_match`, `not_regex_match`, `exists`, `not exists`, `any`, `contains`, `not_contains`, `within`, `starting_with`, `not_starting_with`, `ending_with`, `not_ending_with`, `greater_than`, `greater_than_or_equal`, `less_than`, `less_than_or_equal`, `jsonpath_equals`, `jsonpath_exists` |
108
+ | `value` (not relevant for operator : ` exists` /`not_exists`) | string | User input. |
120
109
121
110
122
111
# # Connection State Block
0 commit comments