Module Values.InternalAccessConfigurationSource

Specifies the configuration of an internal access analyzer for an Amazon Web Services organization or account. This configuration determines how the analyzer evaluates internal access within your Amazon Web Services environment.

Sourcetype nonrec t = {
  1. analysisRule : InternalAccessAnalysisRule.t option;
    (*

    Contains information about analysis rules for the internal access analyzer. These rules determine which resources and access patterns will be analyzed.

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