Values.LambdaDetailsSourceInformation about the Lambda function involved in the finding.
type nonrec t = {functionArn : String_.t option;Amazon Resource Name (ARN) of the Lambda function.
*)functionName : String_.t option;Name of the Lambda function.
*)description : String_.t option;Description of the Lambda function.
*)lastModifiedAt : Timestamp.t option;The timestamp when the Lambda function was last modified. This field is in the UTC date string format (2023-03-22T19:37:20.168Z).
*)revisionId : String_.t option;The revision ID of the Lambda function version.
*)functionVersion : String_.t option;The version of the Lambda function.
*)role : String_.t option;The execution role of the Lambda function.
*)vpcConfig : VpcConfig.t option;Amazon Virtual Private Cloud configuration details associated with your Lambda function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]