Values.AnalyzerSummarySourceContains information about the analyzer.
type nonrec t = {arn : AnalyzerArn.t option;The ARN of the analyzer.
*)name : Name.t option;The name of the analyzer.
*)type_ : Type.t option;The type represents the zone of trust or scope for the analyzer.
*)createdAt : Timestamp.t option;A timestamp for the time at which the analyzer was created.
*)lastResourceAnalyzed : String_.t option;The resource that was most recently analyzed by the analyzer.
*)lastResourceAnalyzedAt : Timestamp.t option;The time at which the most recently analyzed resource was analyzed.
*)status : AnalyzerStatus.t option;The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.
*)statusReason : StatusReason.t option;The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.
*)configuration : AnalyzerConfiguration.t option;Specifies if the analyzer is an external access, unused access, or internal access analyzer. The GetAnalyzer action includes this property in its response if a configuration is specified, while the ListAnalyzers action omits it.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of AnalyzerArn.t
| `Structure of
(string
* [> `Enum 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
| `Timestamp of Timestamp.t ])
list ]