public static final class EmrCreateCluster.KerberosAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.KerberosAttributesProperty
EmrCreateCluster.KerberosAttributesProperty
EmrCreateCluster.KerberosAttributesProperty.Builder, EmrCreateCluster.KerberosAttributesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAdDomainJoinPassword()
The Active Directory password for ADDomainJoinUser.
|
java.lang.String |
getAdDomainJoinUser()
Required only when establishing a cross-realm trust with an Active Directory domain.
|
java.lang.String |
getCrossRealmTrustPrincipalPassword()
Required only when establishing a cross-realm trust with a KDC in a different realm.
|
java.lang.String |
getKdcAdminPassword()
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.
|
java.lang.String |
getRealm()
The name of the Kerberos realm to which all nodes in a cluster belong.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRealm()
EmrCreateCluster.KerberosAttributesProperty
For example, EC2.INTERNAL.
getRealm
in interface EmrCreateCluster.KerberosAttributesProperty
public final java.lang.String getAdDomainJoinPassword()
EmrCreateCluster.KerberosAttributesProperty
Default: No adDomainJoinPassword
getAdDomainJoinPassword
in interface EmrCreateCluster.KerberosAttributesProperty
public final java.lang.String getAdDomainJoinUser()
EmrCreateCluster.KerberosAttributesProperty
A user with sufficient privileges to join resources to the domain.
Default: No adDomainJoinUser
getAdDomainJoinUser
in interface EmrCreateCluster.KerberosAttributesProperty
public final java.lang.String getCrossRealmTrustPrincipalPassword()
EmrCreateCluster.KerberosAttributesProperty
The cross-realm principal password, which must be identical across realms.
Default: No crossRealmTrustPrincipalPassword
getCrossRealmTrustPrincipalPassword
in interface EmrCreateCluster.KerberosAttributesProperty
public final java.lang.String getKdcAdminPassword()
EmrCreateCluster.KerberosAttributesProperty
Default: No kdcAdminPassword
getKdcAdminPassword
in interface EmrCreateCluster.KerberosAttributesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()