AlarmModelAlarmActionArgs

data class AlarmModelAlarmActionArgs(val dynamoDBv2: Output<AlarmModelDynamoDBv2Args>? = null, val dynamoDb: Output<AlarmModelDynamoDbArgs>? = null, val firehose: Output<AlarmModelFirehoseArgs>? = null, val iotEvents: Output<AlarmModelIotEventsArgs>? = null, val iotSiteWise: Output<AlarmModelIotSiteWiseArgs>? = null, val iotTopicPublish: Output<AlarmModelIotTopicPublishArgs>? = null, val lambda: Output<AlarmModelLambdaArgs>? = null, val sns: Output<AlarmModelSnsArgs>? = null, val sqs: Output<AlarmModelSqsArgs>? = null) : ConvertibleToJava<AlarmModelAlarmActionArgs>

Specifies one of the following actions to receive notifications when the alarm state changes.

Constructors

Link copied to clipboard
constructor(dynamoDBv2: Output<AlarmModelDynamoDBv2Args>? = null, dynamoDb: Output<AlarmModelDynamoDbArgs>? = null, firehose: Output<AlarmModelFirehoseArgs>? = null, iotEvents: Output<AlarmModelIotEventsArgs>? = null, iotSiteWise: Output<AlarmModelIotSiteWiseArgs>? = null, iotTopicPublish: Output<AlarmModelIotTopicPublishArgs>? = null, lambda: Output<AlarmModelLambdaArgs>? = null, sns: Output<AlarmModelSnsArgs>? = null, sqs: Output<AlarmModelSqsArgs>? = null)

Properties

Link copied to clipboard
val dynamoDb: Output<AlarmModelDynamoDbArgs>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val firehose: Output<AlarmModelFirehoseArgs>? = null

Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.

Link copied to clipboard
val iotEvents: Output<AlarmModelIotEventsArgs>? = null

Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.

Link copied to clipboard

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

Link copied to clipboard

Information required to publish the MQTT message through the IoT message broker.

Link copied to clipboard
val lambda: Output<AlarmModelLambdaArgs>? = null

Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.

Link copied to clipboard
val sns: Output<AlarmModelSnsArgs>? = null

Information required to publish the Amazon SNS message.

Link copied to clipboard
val sqs: Output<AlarmModelSqsArgs>? = null

Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.

Functions

Link copied to clipboard
open override fun toJava(): AlarmModelAlarmActionArgs