Values.FunctionCodeLocationSourceDetails about a function's deployment package.
type nonrec t = {repositoryType : String_.t option;The service that's hosting the file.
*)location : String_.t option;A presigned URL that you can use to download the deployment package.
*)imageUri : String_.t option;URI of a container image in the Amazon ECR registry.
*)resolvedImageUri : String_.t option;The resolved URI for the image.
*)sourceKMSKeyArn : String_.t option;The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key.
*)}