Module Values.ConfiguredTableAssociationAnalysisRulePolicySource

Controls on the query specifications that can be run on an associated configured table.

Sourcetype nonrec t = {
  1. v1 : ConfiguredTableAssociationAnalysisRulePolicyV1.t option;
    (*

    The policy for the configured table association analysis rule.

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