Module Values.SparkEmrPropertiesPatchSource

The Spark EMR properties patch.

Sourcetype nonrec t = {
  1. computeArn : SparkEmrPropertiesPatchComputeArnString.t option;
    (*

    The compute ARN in the Spark EMR properties patch.

    *)
  2. instanceProfileArn : SparkEmrPropertiesPatchInstanceProfileArnString.t option;
    (*

    The instance profile ARN in the Spark EMR properties patch.

    *)
  3. javaVirtualEnv : SparkEmrPropertiesPatchJavaVirtualEnvString.t option;
    (*

    The Java virtual evn in the Spark EMR properties patch.

    *)
  4. logUri : SparkEmrPropertiesPatchLogUriString.t option;
    (*

    The log URI in the Spark EMR properties patch.

    *)
  5. pythonVirtualEnv : SparkEmrPropertiesPatchPythonVirtualEnvString.t option;
    (*

    The Python virtual env in the Spark EMR properties patch.

    *)
  6. runtimeRole : SparkEmrPropertiesPatchRuntimeRoleString.t option;
    (*

    The runtime role in the Spark EMR properties patch.

    *)
  7. trustedCertificatesS3Uri : SparkEmrPropertiesPatchTrustedCertificatesS3UriString.t option;
    (*

    The trusted certificates S3 URI in the Spark EMR properties patch.

    *)
  8. managedEndpointArn : SparkEmrPropertiesPatchManagedEndpointArnString.t option;
    (*

    The managed endpoint ARN of the EMR on EKS cluster.

    *)
}
Sourceval make : ?computeArn:??? -> ?instanceProfileArn:??? -> ?javaVirtualEnv:??? -> ?logUri:??? -> ?pythonVirtualEnv:??? -> ?runtimeRole:??? -> ?trustedCertificatesS3Uri:??? -> ?managedEndpointArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SparkEmrPropertiesPatchComputeArnString.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