Values.SparkEmrPropertiesPatchSourceThe Spark EMR properties patch.
type nonrec t = {computeArn : SparkEmrPropertiesPatchComputeArnString.t option;The compute ARN in the Spark EMR properties patch.
*)instanceProfileArn : SparkEmrPropertiesPatchInstanceProfileArnString.t option;The instance profile ARN in the Spark EMR properties patch.
*)javaVirtualEnv : SparkEmrPropertiesPatchJavaVirtualEnvString.t option;The Java virtual evn in the Spark EMR properties patch.
*)logUri : SparkEmrPropertiesPatchLogUriString.t option;The log URI in the Spark EMR properties patch.
*)pythonVirtualEnv : SparkEmrPropertiesPatchPythonVirtualEnvString.t option;The Python virtual env in the Spark EMR properties patch.
*)runtimeRole : SparkEmrPropertiesPatchRuntimeRoleString.t option;The runtime role in the Spark EMR properties patch.
*)trustedCertificatesS3Uri : SparkEmrPropertiesPatchTrustedCertificatesS3UriString.t
option;The trusted certificates S3 URI in the Spark EMR properties patch.
*)managedEndpointArn : SparkEmrPropertiesPatchManagedEndpointArnString.t option;The managed endpoint ARN of the EMR on EKS cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SparkEmrPropertiesPatchComputeArnString.t ])
list ]