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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.KerberosAttributesProperty
CfnCluster.KerberosAttributesProperty.Builder, CfnCluster.KerberosAttributesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.KerberosAttributesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Active Directory password forADDomainJoinUser
.final String
Required only when establishing a cross-realm trust with an Active Directory domain.final String
Required only when establishing a cross-realm trust with a KDC in a different realm.final String
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.final String
getRealm()
The name of the Kerberos realm to which all nodes in a cluster belong.final int
hashCode()
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.KerberosAttributesProperty
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.- Specified by:
getKdcAdminPassword
in interfaceCfnCluster.KerberosAttributesProperty
-
getRealm
Description copied from interface:CfnCluster.KerberosAttributesProperty
The name of the Kerberos realm to which all nodes in a cluster belong.For example,
EC2.INTERNAL
.- Specified by:
getRealm
in interfaceCfnCluster.KerberosAttributesProperty
-
getAdDomainJoinPassword
Description copied from interface:CfnCluster.KerberosAttributesProperty
The Active Directory password forADDomainJoinUser
.- Specified by:
getAdDomainJoinPassword
in interfaceCfnCluster.KerberosAttributesProperty
-
getAdDomainJoinUser
Description copied from interface:CfnCluster.KerberosAttributesProperty
Required 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:
getAdDomainJoinUser
in interfaceCfnCluster.KerberosAttributesProperty
-
getCrossRealmTrustPrincipalPassword
Description copied from interface:CfnCluster.KerberosAttributesProperty
Required 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:
getCrossRealmTrustPrincipalPassword
in interfaceCfnCluster.KerberosAttributesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-