@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.KerberosAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.KerberosAttributesProperty
EmrCreateCluster.KerberosAttributesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeEmrCreateCluster.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.
|
protected |
Jsii$Proxy(String realm,
String adDomainJoinPassword,
String adDomainJoinUser,
String crossRealmTrustPrincipalPassword,
String kdcAdminPassword)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAdDomainJoinPassword()
(experimental) The Active Directory password for ADDomainJoinUser.
|
String |
getAdDomainJoinUser()
(experimental) Required only when establishing a cross-realm trust with an Active Directory domain.
|
String |
getCrossRealmTrustPrincipalPassword()
(experimental) Required only when establishing a cross-realm trust with a KDC in a different realm.
|
String |
getKdcAdminPassword()
(experimental) 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.
|
String |
getRealm()
(experimental) The name of the Kerberos realm to which all nodes in a cluster belong.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String realm, String adDomainJoinPassword, String adDomainJoinUser, String crossRealmTrustPrincipalPassword, String kdcAdminPassword)
EmrCreateCluster.ApplicationConfigProperty.Builder.public final String getRealm()
EmrCreateCluster.KerberosAttributesPropertyFor example, EC2.INTERNAL.
getRealm in interface EmrCreateCluster.KerberosAttributesPropertypublic final String getAdDomainJoinPassword()
EmrCreateCluster.KerberosAttributesPropertyDefault: No adDomainJoinPassword
getAdDomainJoinPassword in interface EmrCreateCluster.KerberosAttributesPropertypublic final String getAdDomainJoinUser()
EmrCreateCluster.KerberosAttributesPropertyA user with sufficient privileges to join resources to the domain.
Default: No adDomainJoinUser
getAdDomainJoinUser in interface EmrCreateCluster.KerberosAttributesPropertypublic final String getCrossRealmTrustPrincipalPassword()
EmrCreateCluster.KerberosAttributesPropertyThe cross-realm principal password, which must be identical across realms.
Default: No crossRealmTrustPrincipalPassword
getCrossRealmTrustPrincipalPassword in interface EmrCreateCluster.KerberosAttributesPropertypublic final String getKdcAdminPassword()
EmrCreateCluster.KerberosAttributesPropertyDefault: No kdcAdminPassword
getKdcAdminPassword in interface EmrCreateCluster.KerberosAttributesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.