Class: Aws::IoTEvents::Types::NotificationTargetActions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Overview

Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the [AWS Lambda function provided by AWS IoT Events].

[1]: docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_actionTypes::LambdaAction

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

Returns:



2476
2477
2478
2479
2480
# File 'lib/aws-sdk-iotevents/types.rb', line 2476

class NotificationTargetActions < Struct.new(
  :lambda_action)
  SENSITIVE = []
  include Aws::Structure
end