Values.CreateAnalyzerRequestSourceCreates an analyzer.
type nonrec t = {analyzerName : Name.t;The name of the analyzer to create.
*)type_ : Type.t;The type of analyzer to create. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
*)archiveRules : InlineArchiveRulesList.t option;Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
*)clientToken : String_.t option;A client token.
*)configuration : AnalyzerConfiguration.t option;Specifies the configuration of the analyzer. If the analyzer is an unused access analyzer, the specified scope of unused access is used for the configuration. If the analyzer is an internal access analyzer, the specified internal access analysis rules are used for the configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list ])
list ])
list
| `String of Name.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of Name.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 ])
list ]