AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Attributes 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.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.KerberosAttributes

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class KerberosAttributes

The KerberosAttributes type exposes the following members

Constructors

NameDescription
Public Method KerberosAttributes()

Properties

NameTypeDescription
Public Property ADDomainJoinPassword System.String

Gets and sets the property ADDomainJoinPassword.

The Active Directory password for ADDomainJoinUser.

Public Property ADDomainJoinUser System.String

Gets and sets the property 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.

Public Property CrossRealmTrustPrincipalPassword System.String

Gets and sets the property CrossRealmTrustPrincipalPassword.

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.

Public Property KdcAdminPassword System.String

Gets and sets the property KdcAdminPassword.

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.

Public Property Realm System.String

Gets and sets the property Realm.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5