Values.ExecutionEngineConfigSourceSpecifies the execution engine (cluster) to run the notebook and perform the notebook execution, for example, an Amazon EMR cluster.
type nonrec t = {id : XmlStringMaxLen256.t;The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
*)type_ : ExecutionEngineType.t option;The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
*)masterInstanceSecurityGroupId : XmlStringMaxLen256.t option;An optional unique ID of an Amazon EC2 security group to associate with the master instance of the Amazon EMR cluster for this notebook execution. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.
*)executionRoleArn : IAMRoleArn.t option;The execution role ARN required for the notebook execution.
*)}val make :
?type_:??? ->
?masterInstanceSecurityGroupId:??? ->
?executionRoleArn:??? ->
id:XmlStringMaxLen256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of XmlStringMaxLen256.t ]) list ]