Values.SparkEmrPropertiesOutputSourceThe Spark EMR properties.
type nonrec t = {computeArn : String_.t option;The compute ARN of the Spark EMR.
*)credentials : UsernamePassword.t option;The credentials of the Spark EMR.
*)credentialsExpiration : SyntheticTimestamp_date_time.t option;The credential expiration of the Spark EMR.
*)governanceType : GovernanceType.t option;The governance type of the Spark EMR.
*)instanceProfileArn : String_.t option;The instance profile ARN of the Spark EMR.
*)javaVirtualEnv : String_.t option;The Java virtual env of the Spark EMR.
*)livyEndpoint : String_.t option;The livy endpoint of the Spark EMR.
*)logUri : String_.t option;The log URI of the Spark EMR.
*)pythonVirtualEnv : String_.t option;The Python virtual env of the Spark EMR.
*)runtimeRole : String_.t option;The runtime role of the Spark EMR.
*)trustedCertificatesS3Uri : String_.t option;The trusted certificate S3 URL of the Spark EMR.
*)certificateData : String_.t option;The certificate data of the EMR on EKS cluster.
*)managedEndpointArn : SparkEmrPropertiesOutputManagedEndpointArnString.t option;The managed endpoint ARN of the EMR on EKS cluster.
*)managedEndpointCredentials : ManagedEndpointCredentials.t option;The managed endpoint credentials of the EMR on EKS cluster.
*)}val make :
?computeArn:??? ->
?credentials:??? ->
?credentialsExpiration:??? ->
?governanceType:??? ->
?instanceProfileArn:??? ->
?javaVirtualEnv:??? ->
?livyEndpoint:??? ->
?logUri:??? ->
?pythonVirtualEnv:??? ->
?runtimeRole:??? ->
?trustedCertificatesS3Uri:??? ->
?certificateData:??? ->
?managedEndpointArn:??? ->
?managedEndpointCredentials:??? ->
unit ->
tval 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 ]