23.06.2023 Views

AWS

4 weeks subscription

4 weeks subscription

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Amazon Simple Queue Service Developer Guide<br />

Element Descriptions<br />

Condition Types<br />

These are the general types of conditions you can specify:<br />

• String<br />

• Numeric<br />

• Date and time<br />

• Boolean<br />

• IP address<br />

String Conditions<br />

String conditions let you constrain using string matching rules. The actual data type you use is a string.<br />

Condition<br />

StringEquals<br />

StringNotEquals<br />

StringEqualsIgnoreCase<br />

StringNotEqualsIgnoreCase<br />

StringLike<br />

StringNotLike<br />

Description<br />

Strict matching<br />

Short version: streq<br />

Strict negated matching<br />

Short version: strneq<br />

Strict matching, ignoring case<br />

Short version: streqi<br />

Strict negated matching, ignoring case<br />

Short version: strneqi<br />

Loose case-insensitive matching. The values can include a<br />

multi-character match wildcard (*) or a single-character match<br />

wildcard (?) anywhere in the string.<br />

Short version: strl<br />

Negated loose case-insensitive matching. The values can include a<br />

multi-character match wildcard (*) or a single-character match<br />

wildcard (?) anywhere in the string.<br />

Short version: strnl<br />

Numeric Conditions<br />

Numeric conditions let you constrain using numeric matching rules. You can use both whole integers or<br />

decimal numbers. Fractional or irrational syntax is not supported.<br />

Condition<br />

NumericEquals<br />

NumericNotEquals<br />

NumericLessThan<br />

Description<br />

Strict matching<br />

Short version: numeq<br />

Strict negated matching<br />

Short version: numneq<br />

"Less than" matching<br />

Short version: numlt<br />

API Version 2009-02-01<br />

53

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!