Module Values.EvaluationContextSource

Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.

Sourcetype nonrec t = {
  1. evaluationContextIdentifier : EvaluationContextIdentifier.t option;
    (*

    A unique EvaluationContextIdentifier ID for an EvaluationContext.

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