08.04.2020 Aufrufe

sqs-dg-2009-02-01

Erfolgreiche ePaper selbst erstellen

Machen Sie aus Ihren PDF Publikationen ein blätterbares Flipbook mit unserer einzigartigen Google optimierten 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

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!