Package-level declarations
Types
Specifies whether to get notified for alarm state changes.
Specifies one of the following actions to receive notifications when the alarm state changes.
Contains the configuration information of alarm state changes.
Contains information about one or more alarm actions.
Defines when your alarm is invoked.
A structure that contains timestamp information. For more information, see TimeInNanos in the API Reference. You must use expressions for all parameters in `AssetPropertyTimestamp`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
A structure that contains value information. For more information, see AssetPropertyValue in the API Reference. You must use expressions for all parameters in `AssetPropertyValue`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
A structure that contains an asset property value. For more information, see Variant in the API Reference. You must use expressions for all parameters in `AssetPropertyVariant`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Defines an action to write to the Amazon DynamoDB table that you created. The standard action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. You must use expressions for all parameters in `DynamoDBAction`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. You must use expressions for all parameters in `DynamoDBv2Action`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.
Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.
Sends information about the detector model instance and the event that triggered the action to a specified asset property in ITSW. You must use expressions for all parameters in `IotSiteWiseAction`
. The expressions accept literals, operators, functions, references, and substitutions templates. Examples
Information required to publish the MQTT message through the IoT message broker.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`
.
A rule that compares an input property value to a threshold value with a comparison operator.
Information required to publish the Amazon SNS message.
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
An action to be performed when the `condition`
is TRUE.
A structure that contains timestamp information. For more information, see TimeInNanos in the API Reference. You must use expressions for all parameters in `AssetPropertyTimestamp`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
A structure that contains value information. For more information, see AssetPropertyValue in the API Reference. You must use expressions for all parameters in `AssetPropertyValue`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
A structure that contains an asset property value. For more information, see Variant in the API Reference. You must use expressions for all parameters in `AssetPropertyVariant`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Information needed to clear the timer.
Information that defines how a detector operates.
Defines an action to write to the Amazon DynamoDB table that you created. The standard action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. You must use expressions for all parameters in `DynamoDBAction`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. You must use expressions for all parameters in `DynamoDBv2Action`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Specifies the `actions`
to be performed when the `condition`
evaluates to TRUE.
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.
Sends information about the detector model instance and the event that triggered the action to a specified asset property in ITSW. You must use expressions for all parameters in `IotSiteWiseAction`
. The expressions accept literals, operators, functions, references, and substitutions templates. Examples
Information required to publish the MQTT message through the IoT message broker.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
When entering this state, perform these `actions`
if the `condition`
is TRUE.
When exiting this state, perform these `actions`
if the specified `condition`
is `TRUE`
.
Specifies the actions performed when the `condition`
evaluates to TRUE.
Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`
.
Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.
Information needed to set the timer.
Information about the variable and its new value.
Information required to publish the Amazon SNS message.
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
Information that defines a state of a detector.
Specifies the actions performed and the next state entered when a `condition`
evaluates to TRUE.
The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using `BatchPutMessage`
. Each such message contains a JSON payload. Those attributes (and their paired values) specified here are available for use in the `condition`
expressions used by detectors.
The definition of the input.