Class ClusterKerberosAttributes
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Emr.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterKerberosAttributes
Fields
View SourceAdDomainJoinPassword
The Active Directory password for ad_domain_join_user. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string AdDomainJoinPassword
Field Value
| Type | Description |
|---|---|
| System.String |
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. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string AdDomainJoinUser
Field Value
| Type | Description |
|---|---|
| System.String |
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. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string CrossRealmTrustPrincipalPassword
Field Value
| Type | Description |
|---|---|
| System.String |
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. This provider cannot perform drift detection of this configuration.
Declaration
public readonly string KdcAdminPassword
Field Value
| Type | Description |
|---|---|
| System.String |
Realm
The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL
Declaration
public readonly string Realm
Field Value
| Type | Description |
|---|---|
| System.String |