Class: Aws::IoTEvents::Types::NotificationAction

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

Overview

Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::NotificationTargetActions

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



2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2456

class NotificationAction < Struct.new(
  :action,
  :sms_configurations,
  :email_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#email_configurationsArray<Types::EmailConfiguration>

Contains the configuration information of email notifications.

Returns:



2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2456

class NotificationAction < Struct.new(
  :action,
  :sms_configurations,
  :email_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#sms_configurationsArray<Types::SMSConfiguration>

Contains the configuration information of SMS notifications.

Returns:



2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2456

class NotificationAction < Struct.new(
  :action,
  :sms_configurations,
  :email_configurations)
  SENSITIVE = []
  include Aws::Structure
end