Module Values.SparkEmrPropertiesOutputSource

The Spark EMR properties.

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

    The compute ARN of the Spark EMR.

    *)
  2. credentials : UsernamePassword.t option;
    (*

    The credentials of the Spark EMR.

    *)
  3. credentialsExpiration : SyntheticTimestamp_date_time.t option;
    (*

    The credential expiration of the Spark EMR.

    *)
  4. governanceType : GovernanceType.t option;
    (*

    The governance type of the Spark EMR.

    *)
  5. instanceProfileArn : String_.t option;
    (*

    The instance profile ARN of the Spark EMR.

    *)
  6. javaVirtualEnv : String_.t option;
    (*

    The Java virtual env of the Spark EMR.

    *)
  7. livyEndpoint : String_.t option;
    (*

    The livy endpoint of the Spark EMR.

    *)
  8. logUri : String_.t option;
    (*

    The log URI of the Spark EMR.

    *)
  9. pythonVirtualEnv : String_.t option;
    (*

    The Python virtual env of the Spark EMR.

    *)
  10. runtimeRole : String_.t option;
    (*

    The runtime role of the Spark EMR.

    *)
  11. trustedCertificatesS3Uri : String_.t option;
    (*

    The trusted certificate S3 URL of the Spark EMR.

    *)
  12. certificateData : String_.t option;
    (*

    The certificate data of the EMR on EKS cluster.

    *)
  13. managedEndpointArn : SparkEmrPropertiesOutputManagedEndpointArnString.t option;
    (*

    The managed endpoint ARN of the EMR on EKS cluster.

    *)
  14. managedEndpointCredentials : ManagedEndpointCredentials.t option;
    (*

    The managed endpoint credentials of the EMR on EKS cluster.

    *)
}
Sourceval make : ?computeArn:??? -> ?credentials:??? -> ?credentialsExpiration:??? -> ?governanceType:??? -> ?instanceProfileArn:??? -> ?javaVirtualEnv:??? -> ?livyEndpoint:??? -> ?logUri:??? -> ?pythonVirtualEnv:??? -> ?runtimeRole:??? -> ?trustedCertificatesS3Uri:??? -> ?certificateData:??? -> ?managedEndpointArn:??? -> ?managedEndpointCredentials:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `String of Password.t ]) list | `Timestamp of SyntheticTimestamp_date_time.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