NAME
Paws::EMR::KerberosAttributes
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EMR::KerberosAttributes object:
$service_obj->Method(Att1 => { ADDomainJoinPassword => $value, ..., Realm => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EMR::KerberosAttributes object:
$result = $service_obj->Method(...);
$result->Att1->ADDomainJoinPassword
DESCRIPTION
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication (https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html) in the Amazon EMR Management Guide.
ATTRIBUTES
ADDomainJoinPassword => Str
The Active Directory password for ADDomainJoinUser
.
ADDomainJoinUser => Str
Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
CrossRealmTrustPrincipalPassword => Str
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.
REQUIRED KdcAdminPassword => Str
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.
REQUIRED Realm => Str
The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL
.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EMR
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues