Lists the operators available for Cloud Config rules.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
config:ListConfigRuleOperators |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
A68DD98C-DE65-46AC-B2D2-04A4A9AB**** |
| Operators |
array<object> |
A list of operators. |
|
|
object |
An operator. |
||
| Name |
string |
The name of the operator. |
StringEquals |
| Operator |
string |
The operator for the rule's input parameter. The available operators vary based on the data type retrieved using SelectPath.
|
StringEquals |
| Description |
string |
The description of the operator, which can be used to explain why a resource is non-compliant. |
The current value must equal the target value (case insensitive) |
| DataType |
string |
The data type that the operator applies to. |
String |
Examples
Success response
JSON format
{
"RequestId": "A68DD98C-DE65-46AC-B2D2-04A4A9AB****",
"Operators": [
{
"Name": "StringEquals",
"Operator": "StringEquals",
"Description": "The current value must equal the target value (case insensitive)",
"DataType": "String"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.