Module Values.ApplicationSourceSource

Represents an application source.

Sourcetype nonrec t = {
  1. cloudFormationStackARN : XmlString.t option;
    (*

    The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

    *)
  2. tagFilters : TagFilters.t option;
    (*

    A set of tags (up to 50).

    *)
}
Sourceval make : ?cloudFormationStackARN:??? -> ?tagFilters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of XmlStringMaxLen256.t ] list | `String of XmlStringMaxLen128.t ]) list ] list | `String of XmlString.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