Module Values.NotificationTargetActionsSource

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

Sourcetype nonrec t = {
  1. lambdaAction : LambdaAction.t option;
}
Sourceval make : ?lambdaAction:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of AmazonResourceName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t