19.08.2018 Views

sqs-dg-2009-02-01

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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 <strong>2009</strong>-<strong>02</strong>-<strong>01</strong><br />

53

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

Saved successfully!

Ooh no, something went wrong!