Values.GeneratorDetailsSourceProvides metadata for the Amazon CodeGuru detector associated with a finding. This field pertains to findings that relate to Lambda functions. Amazon Inspector identifies policy violations and vulnerabilities in Lambda function code based on internal detectors developed in collaboration with Amazon CodeGuru. Security Hub CSPM receives those findings.
type nonrec t = {name : NonEmptyString.t option;The name of the detector used to identify the code vulnerability.
*)description : NonEmptyString.t option;The description of the detector used to identify the code vulnerability.
*)labels : TypeList.t option;An array of tags used to identify the detector associated with the finding. Array Members: Minimum number of 0 items. Maximum number of 10 items.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]