public static final class CfnCluster.KerberosAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.KerberosAttributesProperty
CfnCluster.KerberosAttributesProperty
CfnCluster.KerberosAttributesProperty.Builder, CfnCluster.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 getKdcAdminPassword()
CfnCluster.KerberosAttributesProperty
getKdcAdminPassword
in interface CfnCluster.KerberosAttributesProperty
public final java.lang.String getRealm()
CfnCluster.KerberosAttributesProperty
For example, EC2.INTERNAL
.
getRealm
in interface CfnCluster.KerberosAttributesProperty
public final java.lang.String getAdDomainJoinPassword()
CfnCluster.KerberosAttributesProperty
getAdDomainJoinPassword
in interface CfnCluster.KerberosAttributesProperty
public final java.lang.String getAdDomainJoinUser()
CfnCluster.KerberosAttributesProperty
A user with sufficient privileges to join resources to the domain.
getAdDomainJoinUser
in interface CfnCluster.KerberosAttributesProperty
public final java.lang.String getCrossRealmTrustPrincipalPassword()
CfnCluster.KerberosAttributesProperty
The cross-realm principal password, which must be identical across realms.
getCrossRealmTrustPrincipalPassword
in interface CfnCluster.KerberosAttributesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()