Class CfnCluster.KerberosAttributesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.KerberosAttributesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.KerberosAttributesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.KerberosAttributesProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.KerberosAttributesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.KerberosAttributesProperty
An implementation for
CfnCluster.KerberosAttributesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.KerberosAttributesProperty
CfnCluster.KerberosAttributesProperty.Builder, CfnCluster.KerberosAttributesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.KerberosAttributesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Active Directory password forADDomainJoinUser.final StringRequired only when establishing a cross-realm trust with an Active Directory domain.final StringRequired only when establishing a cross-realm trust with a KDC in a different realm.final StringThe 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.final StringgetRealm()The name of the Kerberos realm to which all nodes in a cluster belong.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.KerberosAttributesProperty.Builder.
-
-
Method Details
-
getKdcAdminPassword
Description copied from interface:CfnCluster.KerberosAttributesPropertyThe 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.- Specified by:
getKdcAdminPasswordin interfaceCfnCluster.KerberosAttributesProperty
-
getRealm
Description copied from interface:CfnCluster.KerberosAttributesPropertyThe name of the Kerberos realm to which all nodes in a cluster belong.For example,
EC2.INTERNAL.- Specified by:
getRealmin interfaceCfnCluster.KerberosAttributesProperty
-
getAdDomainJoinPassword
Description copied from interface:CfnCluster.KerberosAttributesPropertyThe Active Directory password forADDomainJoinUser.- Specified by:
getAdDomainJoinPasswordin interfaceCfnCluster.KerberosAttributesProperty
-
getAdDomainJoinUser
Description copied from interface:CfnCluster.KerberosAttributesPropertyRequired only when establishing a cross-realm trust with an Active Directory domain.A user with sufficient privileges to join resources to the domain.
- Specified by:
getAdDomainJoinUserin interfaceCfnCluster.KerberosAttributesProperty
-
getCrossRealmTrustPrincipalPassword
Description copied from interface:CfnCluster.KerberosAttributesPropertyRequired 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.
- Specified by:
getCrossRealmTrustPrincipalPasswordin interfaceCfnCluster.KerberosAttributesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-