Module Values.AlarmActionSource

Specifies one of the following actions to receive notifications when the alarm state changes.

Sourcetype nonrec t = {
  1. sns : SNSTopicPublishAction.t option;
  2. iotTopicPublish : IotTopicPublishAction.t option;
  3. lambda : LambdaAction.t option;
  4. iotEvents : IotEventsAction.t option;
  5. sqs : SqsAction.t option;
  6. firehose : FirehoseAction.t option;
  7. dynamoDB : DynamoDBAction.t option;
  8. dynamoDBv2 : DynamoDBv2Action.t option;
  9. iotSiteWise : IotSiteWiseAction.t option;
}
Sourceval make : ?sns:??? -> ?iotTopicPublish:??? -> ?lambda:??? -> ?iotEvents:??? -> ?sqs:??? -> ?firehose:??? -> ?dynamoDB:??? -> ?dynamoDBv2:??? -> ?iotSiteWise:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of UseBase64.t | `String of AmazonResourceName.t | `Structure of (string * [> `Enum of string | `String of ContentExpression.t | `Structure of (string * [> `String of AssetPropertyStringValue.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