Module Values.GetConfiguredTableAnalysisRuleInputSource

Retrieves a configured table analysis rule.

Sourcetype nonrec t = {
  1. configuredTableIdentifier : ConfiguredTableIdentifier.t;
    (*

    The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.

    *)
  2. analysisRuleType : ConfiguredTableAnalysisRuleType.t;
    (*

    The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

    *)
}
Sourceval context_ : string
Sourceval make : configuredTableIdentifier:ConfiguredTableIdentifier.t -> analysisRuleType:ConfiguredTableAnalysisRuleType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ConfiguredTableIdentifier.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