Module Values.SparkEmrPropertiesInputSource

The Spark EMR properties.

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

    The compute ARN of Spark EMR.

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

    The instance profile ARN of Spark EMR.

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

    The java virtual env of the Spark EMR.

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

    The log URI of the Spark EMR.

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

    The Python virtual env of the Spark EMR.

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

    The runtime role of the Spark EMR.

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

    The certificates S3 URI of the Spark EMR.

    *)
  8. managedEndpointArn : SparkEmrPropertiesInputManagedEndpointArnString.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 SparkEmrPropertiesInputComputeArnString.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