Package-level declarations
Types
Specifies whether to get notified for alarm state changes.
Builder for AlarmModelAcknowledgeFlowArgs.
The actions to be performed.
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 AWS IoT SiteWise API Reference.
A structure that contains value information. For more information, see AssetPropertyValue in the AWS IoT SiteWise API Reference.
Builder for AlarmModelAssetPropertyValueArgs.
A structure that contains an asset property value. For more information, see Variant in the AWS IoT SiteWise API Reference.
Builder for AlarmModelAssetPropertyVariantArgs.
Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the alarm model instance and the event that triggered the action. You can also customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide.
Builder for AlarmModelDynamoDbArgs.
Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the alarm model instance and the event that triggered the action. You can also customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. You can use expressions for parameters that are strings. For more information, see Expressions in the AWS IoT Events Developer Guide.
Builder for AlarmModelDynamoDBv2Args.
Sends information about the alarm 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 AWS IoT Events input, passing in information about the alarm model instance and the event that triggered the action.
Builder for AlarmModelIotEventsArgs.
Sends information about the alarm model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.
Builder for AlarmModelIotSiteWiseArgs.
Information required to publish the MQTT message through the AWS IoT message broker.
Builder for AlarmModelIotTopicPublishArgs.
Builder for AlarmModelLambdaArgs.
Information needed to configure the payload. By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the alarm 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.
Builder for AlarmModelSqsArgs.
Tags to be applied to Input.
Builder for AlarmModelTagArgs.
The actions to be performed.
Builder for DetectorModelActionArgs.
A structure that contains timestamp information. For more information, see TimeInNanos in the AWS IoT SiteWise API Reference.
A structure that contains value information. For more information, see AssetPropertyValue in the AWS IoT SiteWise API Reference.
A structure that contains an asset property value. For more information, see Variant in the AWS IoT SiteWise API Reference.
Information needed to clear the timer.
Builder for DetectorModelClearTimerArgs.
Information that defines how a detector operates.
Builder for DetectorModelDefinitionArgs.
Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can also customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide.
Builder for DetectorModelDynamoDbArgs.
Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can also customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. You can use expressions for parameters that are strings. For more information, see Expressions in the AWS IoT Events Developer Guide.
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 AWS IoT Events 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 AWS IoT SiteWise.
Builder for DetectorModelIotSiteWiseArgs.
Information required to publish the MQTT message through the AWS IoT message broker.
Builder for DetectorModelIotTopicPublishArgs.
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.
When an input is received and the condition
is TRUE
, perform the specified actions
.
Builder for DetectorModelOnInputArgs.
Information needed to configure the payload. By default, AWS IoT Events 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.
Builder for DetectorModelSqsArgs.
Information that defines a state of a detector.
Builder for DetectorModelStateArgs.
Tags to be applied to Input.
Builder for DetectorModelTagArgs.
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 AWS IoT Events system using BatchPutMessage
. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition
expressions used by detectors that monitor this input.
Builder for InputAttributeArgs.
The definition of the input.
Builder for InputDefinitionArgs.
Tags to be applied to Input.
Builder for InputTagArgs.