Module Values.ResourceSource

Details of a resource that is associated to an Firewall Manager resource set.

Sourcetype nonrec t = {
  1. uRI : Identifier.t option;
    (*

    The resource's universal resource indicator (URI).

    *)
  2. accountId : AWSAccountId.t option;
    (*

    The Amazon Web Services account ID that the associated resource belongs to.

    *)
}
Sourceval make : ?uRI:??? -> ?accountId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Identifier.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