29.07.2020 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

Element Descriptions

Condition Types

These are the general types of conditions you can specify:

• String

• Numeric

• Date and time

• Boolean

• IP address

String Conditions

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

Condition

StringEquals

StringNotEquals

StringEqualsIgnoreCase

StringNotEqualsIgnoreCase

StringLike

StringNotLike

Description

Strict matching

Short version: streq

Strict negated matching

Short version: strneq

Strict matching, ignoring case

Short version: streqi

Strict negated matching, ignoring case

Short version: strneqi

Loose case-insensitive matching. The values can include a

multi-character match wildcard (*) or a single-character match

wildcard (?) anywhere in the string.

Short version: strl

Negated loose case-insensitive matching. The values can include a

multi-character match wildcard (*) or a single-character match

wildcard (?) anywhere in the string.

Short version: strnl

Numeric Conditions

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

decimal numbers. Fractional or irrational syntax is not supported.

Condition

NumericEquals

NumericNotEquals

NumericLessThan

Description

Strict matching

Short version: numeq

Strict negated matching

Short version: numneq

"Less than" matching

Short version: numlt

API Version 2009-02-01

53

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

Saved successfully!

Ooh no, something went wrong!