Module Values.NotificationConfigurationSource

Describes a notification.

Sourcetype nonrec t = {
  1. autoScalingGroupName : XmlStringMaxLen255.t option;
    (*

    The name of the Auto Scaling group.

    *)
  2. topicARN : XmlStringMaxLen255.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon SNS topic.

    *)
  3. notificationType : XmlStringMaxLen255.t option;
    (*

    One of the following event notification types: autoscaling:EC2_INSTANCE_LAUNCH autoscaling:EC2_INSTANCE_LAUNCH_ERROR autoscaling:EC2_INSTANCE_TERMINATE autoscaling:EC2_INSTANCE_TERMINATE_ERROR autoscaling:TEST_NOTIFICATION

    *)
}
Sourceval make : ?autoScalingGroupName:??? -> ?topicARN:??? -> ?notificationType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlStringMaxLen255.t ]) 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