Package-level declarations
Types
Specifies whether to get notified for alarm state changes.
Builder for AlarmModelAcknowledgeFlowArgs.
Specifies one of the following actions to receive notifications when the alarm state changes.
Builder for AlarmModelAlarmActionArgs.
Contains the configuration information of alarm state changes.
Builder for AlarmModelAlarmCapabilitiesArgs.
Contains information about one or more alarm actions.
Builder for AlarmModelAlarmEventActionsArgs.
Defines when your alarm is invoked.
Builder for AlarmModelAlarmRuleArgs.
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
Builder for AlarmModelAssetPropertyValueArgs.
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
Builder for AlarmModelAssetPropertyVariantArgs.
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
Builder for AlarmModelDynamoDbArgs.
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
Builder for AlarmModelDynamoDBv2Args.
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Builder for AlarmModelFirehoseArgs.
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.
Builder for AlarmModelIotEventsArgs.
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
Builder for AlarmModelIotSiteWiseArgs.
Information required to publish the MQTT message through the IoT message broker.
Builder for AlarmModelIotTopicPublishArgs.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Builder for AlarmModelLambdaArgs.
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`
.
Builder for AlarmModelPayloadArgs.
A rule that compares an input property value to a threshold value with a comparison operator.
Builder for AlarmModelSimpleRuleArgs.
Information required to publish the Amazon SNS message.
Builder for AlarmModelSnsArgs.
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
Builder for AlarmModelSqsArgs.
An action to be performed when the `condition`
is TRUE.
Builder for DetectorModelActionArgs.
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.
Builder for DetectorModelClearTimerArgs.
Information that defines how a detector operates.
Builder for DetectorModelDefinitionArgs.
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
Builder for DetectorModelDynamoDbArgs.
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
Builder for DetectorModelDynamoDBv2Args.
Specifies the `actions`
to be performed when the `condition`
evaluates to TRUE.
Builder for DetectorModelEventArgs.
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Builder for DetectorModelFirehoseArgs.
Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.
Builder for DetectorModelIotEventsArgs.
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
Builder for DetectorModelIotSiteWiseArgs.
Information required to publish the MQTT message through the IoT message broker.
Builder for DetectorModelIotTopicPublishArgs.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Builder for DetectorModelLambdaArgs.
When entering this state, perform these `actions`
if the `condition`
is TRUE.
Builder for DetectorModelOnEnterArgs.
When exiting this state, perform these `actions`
if the specified `condition`
is `TRUE`
.
Builder for DetectorModelOnExitArgs.
Specifies the actions performed when the `condition`
evaluates to TRUE.
Builder for DetectorModelOnInputArgs.
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`
.
Builder for DetectorModelPayloadArgs.
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.
Builder for DetectorModelResetTimerArgs.
Information needed to set the timer.
Builder for DetectorModelSetTimerArgs.
Information about the variable and its new value.
Builder for DetectorModelSetVariableArgs.
Information required to publish the Amazon SNS message.
Builder for DetectorModelSnsArgs.
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
Builder for DetectorModelSqsArgs.
Information that defines a state of a detector.
Builder for DetectorModelStateArgs.
Specifies the actions performed and the next state entered when a `condition`
evaluates to TRUE.
Builder for DetectorModelTransitionEventArgs.
Builder for GetAlarmModelPlainArgs.
Builder for GetDetectorModelPlainArgs.
Builder for GetInputPlainArgs.
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.
Builder for InputAttributeArgs.
The definition of the input.
Builder for InputDefinitionArgs.