Values.CustomAccountPoolHandlerSourceThe custom Amazon Web Services Lambda handler within an account pool.
type nonrec t = {lambdaFunctionArn : LambdaFunctionArn.t;The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.
*)lambdaExecutionRoleArn : LambdaExecutionRoleArn.t option;The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.
*)}