@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.KerberosAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.KerberosAttributesProperty
EmrCreateCluster.KerberosAttributesProperty
software.amazon.jsii.JsiiObject.InitializationMode
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.
|
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, jsiiStaticSet
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.protected Jsii$Proxy(String realm, String adDomainJoinPassword, String adDomainJoinUser, String crossRealmTrustPrincipalPassword, String kdcAdminPassword)
EmrCreateCluster.ApplicationConfigProperty.Builder
.public final String getRealm()
EmrCreateCluster.KerberosAttributesProperty
For example, EC2.INTERNAL.
getRealm
in interface EmrCreateCluster.KerberosAttributesProperty
public final String getAdDomainJoinPassword()
EmrCreateCluster.KerberosAttributesProperty
Default: No adDomainJoinPassword
getAdDomainJoinPassword
in interface EmrCreateCluster.KerberosAttributesProperty
public final 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 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 String getKdcAdminPassword()
EmrCreateCluster.KerberosAttributesProperty
Default: No kdcAdminPassword
getKdcAdminPassword
in interface EmrCreateCluster.KerberosAttributesProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.