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_CONTAINSObjectNameCriterion::OPERATOR_STARTS_WITHObjectNameCriterion::OPERATOR_ENDS_WITHObjectNameCriterion::OPERATOR_EQUALS
Example¶
1 2 3 4 5 | |