Condition - AWS Systems Manager Incident Manager
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Condition

A conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an ANDed statement. If multiple values are specified for a conditional, the values are ORd.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

after

After the specified timestamp.

Type: Timestamp

Required: No

before

Before the specified timestamp

Type: Timestamp

Required: No

equals

The value is equal to the provided string or integer.

Type: AttributeValueList object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: