Module Values.GroupingResourceSource

Indicates the resource that will be grouped in the recommended Application Component (AppComponent).

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

    Indicates the logical identifier of the resource.

    *)
  2. physicalResourceId : PhysicalResourceId.t option;
    (*

    Indicates the physical identifier of the resource.

    *)
  3. resourceName : String255.t option;
    (*

    Indicates the resource name.

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

    Indicates the resource type.

    *)
  5. sourceAppComponentIds : String255List.t option;
    (*

    Indicates the identifier of the source AppComponents in which the resources were previously grouped into.

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