You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::KerberosAttributes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing KerberosAttributes as input to an Aws::Client method, you can use a vanilla Hash:

{
  realm: "XmlStringMaxLen256", # required
  kdc_admin_password: "XmlStringMaxLen256", # required
  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 collapse

Instance Attribute Details

#ad_domain_join_passwordString

The Active Directory password for ADDomainJoinUser.

Returns:

  • (String)

    The Active Directory password for ADDomainJoinUser.

#ad_domain_join_userString

Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.

Returns:

  • (String)

    Required only when establishing a cross-realm trust with an Active Directory domain.

#cross_realm_trust_principal_passwordString

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.

Returns:

  • (String)

    Required only when establishing a cross-realm trust with a KDC in a different realm.

#kdc_admin_passwordString

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.

Returns:

  • (String)

    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.

#realmString

The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL.

Returns:

  • (String)

    The name of the Kerberos realm to which all nodes in a cluster belong.