Module Values.IntegratedResourceInputItemSource

Represents an input item for updating integrated resources, including the resource and its capabilities.

Sourcetype nonrec t = {
  1. resource : IntegratedResource.t;
    (*

    The integrated resource to update.

    *)
  2. capabilities : ProviderResourceCapabilities.t option;
    (*

    The capabilities to enable for the integrated resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?capabilities:??? -> resource:IntegratedResource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of ProviderResourceName.t ]) list ]) 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