This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Object Name Criterion¶
The ObjectNameCriterion
Activity Log Criterion
matches log groups that have a log entry with an object having a given string as name, or part of their name.
Arguments¶
query
- string representing the object nameoperator
- constant representing how to compare log names with the queryObjectNameCriterion::OPERATOR_CONTAINS
ObjectNameCriterion::OPERATOR_STARTS_WITH
ObjectNameCriterion::OPERATOR_ENDS_WITH
ObjectNameCriterion::OPERATOR_EQUALS
Example¶
1 2 3 |
|