Values.SparkEmrPropertiesInputSourceThe Spark EMR properties.
type nonrec t = {computeArn : SparkEmrPropertiesInputComputeArnString.t option;The compute ARN of Spark EMR.
*)instanceProfileArn : SparkEmrPropertiesInputInstanceProfileArnString.t option;The instance profile ARN of Spark EMR.
*)javaVirtualEnv : SparkEmrPropertiesInputJavaVirtualEnvString.t option;The java virtual env of the Spark EMR.
*)logUri : SparkEmrPropertiesInputLogUriString.t option;The log URI of the Spark EMR.
*)pythonVirtualEnv : SparkEmrPropertiesInputPythonVirtualEnvString.t option;The Python virtual env of the Spark EMR.
*)runtimeRole : SparkEmrPropertiesInputRuntimeRoleString.t option;The runtime role of the Spark EMR.
*)trustedCertificatesS3Uri : SparkEmrPropertiesInputTrustedCertificatesS3UriString.t
option;The certificates S3 URI of the Spark EMR.
*)managedEndpointArn : SparkEmrPropertiesInputManagedEndpointArnString.t option;The managed endpoint ARN of the EMR on EKS cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SparkEmrPropertiesInputComputeArnString.t ])
list ]