Module Values.AnalyzerConfigurationSource

Contains information about the configuration of an analyzer for an Amazon Web Services organization or account.

Sourcetype nonrec t = {
  1. unusedAccess : UnusedAccessConfiguration.t option;
    (*

    Specifies the configuration of an unused access analyzer for an Amazon Web Services organization or account.

    *)
  2. internalAccess : InternalAccessConfiguration.t option;
    (*

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

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