You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::KerberosAttributesWhen passing KerberosAttributes as input to an Aws::Client method, you can use a vanilla Hash:
{
realm: "XmlStringMaxLen256", kdc_admin_password: "XmlStringMaxLen256", cross_realm_trust_principal_password: "XmlStringMaxLen256",
ad_domain_join_user: "XmlStringMaxLen256",
ad_domain_join_password: "XmlStringMaxLen256",
}
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the EMR Management Guide.
Returned by:
Instance Attribute Summary collapseThe Active Directory password for ADDomainJoinUser
.
Required only when establishing a cross-realm trust with an Active Directory domain.
Required only when establishing a cross-realm trust with a KDC in a different realm.
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.
The name of the Kerberos realm to which all nodes in a cluster belong.
The Active Directory password for ADDomainJoinUser
.
Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
#cross_realm_trust_principal_password ⇒ StringRequired 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.
#kdc_admin_password ⇒ StringThe 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.
#realm ⇒ StringThe name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4