Module Values.ResourceIdentifierSource

Defines a resource identifier for the drifted resource.

Sourcetype nonrec t = {
  1. logicalResourceId : LogicalResourceId.t option;
    (*

    Logical identifier of the drifted resource.

    *)
  2. resourceType : String255.t option;
    (*

    Type of the drifted resource.

    *)
}
Sourceval make : ?logicalResourceId:??? -> ?resourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String255.t | `Structure of (string * [> `String of String255.t ]) 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