Class: Aws::IoTEvents::Types::NotificationTargetActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::NotificationTargetActions
- 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
-
#lambda_action ⇒ Types::LambdaAction
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Instance Attribute Details
#lambda_action ⇒ Types::LambdaAction
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
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 |