Module Values.RollbackConfigurationSource

This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.

Sourcetype nonrec t = {
  1. monitoringTimeInMinutes : int option;
    (*

    This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

    *)
  2. rollbackTriggers : RollbackTrigger.t list option;
    (*

    This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.

    *)
}
Sourceval make : ?monitoringTimeInMinutes:??? -> ?rollbackTriggers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `String of string ]) 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