Module Values.ConfluenceDataSourceConfigurationSource

The configuration information to connect to Confluence as your data source.

Sourcetype nonrec t = {
  1. sourceConfiguration : ConfluenceSourceConfiguration.t;
    (*

    The endpoint information to connect to your Confluence data source.

    *)
  2. crawlerConfiguration : ConfluenceCrawlerConfiguration.t option;
    (*

    The configuration of the Confluence content. For example, configuring specific types of Confluence content.

    *)
}
Sourceval context_ : string
Sourceval make : ?crawlerConfiguration:??? -> sourceConfiguration:ConfluenceSourceConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of HttpsUrl.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FilterPattern.t ] list | `String of FilteredObjectType.t ]) list ] list ]) list ]) 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