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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/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.

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:



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

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