Values.KerberosAttributesSourceAttributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the Amazon EMR Management Guide.
type nonrec t = {realm : XmlStringMaxLen256.t;The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL.
*)kdcAdminPassword : XmlStringMaxLen256.t;The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.
*)crossRealmTrustPrincipalPassword : XmlStringMaxLen256.t option;Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.
*)aDDomainJoinUser : XmlStringMaxLen256.t option;Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
*)aDDomainJoinPassword : XmlStringMaxLen256.t option;The Active Directory password for ADDomainJoinUser.
*)}val make :
?crossRealmTrustPrincipalPassword:??? ->
?aDDomainJoinUser:??? ->
?aDDomainJoinPassword:??? ->
realm:XmlStringMaxLen256.t ->
kdcAdminPassword:XmlStringMaxLen256.t ->
unit ->
t