Module Values.CustomAccountPoolHandlerSource

The custom Amazon Web Services Lambda handler within an account pool.

Sourcetype nonrec t = {
  1. lambdaFunctionArn : LambdaFunctionArn.t;
    (*

    The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?lambdaExecutionRoleArn:??? -> lambdaFunctionArn:LambdaFunctionArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LambdaFunctionArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t