Module Values.RollbackTriggerSource

This property corresponds to the AWS CloudFormation RollbackTrigger Data Type.

Sourcetype nonrec t = {
  1. arn : string;
    (*

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

    *)
  2. type_ : string;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : arn:string -> type_:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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