Module Values.NotificationActionSource

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

Sourcetype nonrec t = {
  1. action : NotificationTargetActions.t;
    (*

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

    *)
  2. smsConfigurations : SMSConfigurations.t option;
    (*

    Contains the configuration information of SMS notifications.

    *)
  3. emailConfigurations : EmailConfigurations.t option;
    (*

    Contains the configuration information of email notifications.

    *)
}
Sourceval context_ : string
Sourceval make : ?smsConfigurations:??? -> ?emailConfigurations:??? -> action:NotificationTargetActions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list | `String of SMSSenderId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list | `String of EmailSubject.t ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `String of AmazonResourceName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t ]) list ]) 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