Show / Hide Table of Contents

Class ClusterKerberosAttributesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterKerberosAttributesArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterKerberosAttributesArgs : ResourceArgs

Constructors

View Source

ClusterKerberosAttributesArgs()

Declaration
public ClusterKerberosAttributesArgs()

Properties

View Source

AdDomainJoinPassword

The Active Directory password for ad_domain_join_user. This provider cannot perform drift detection of this configuration.

Declaration
public Input<string> AdDomainJoinPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AdDomainJoinUser

Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain. This provider cannot perform drift detection of this configuration.

Declaration
public Input<string> AdDomainJoinUser { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CrossRealmTrustPrincipalPassword

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. This provider cannot perform drift detection of this configuration.

Declaration
public Input<string> CrossRealmTrustPrincipalPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KdcAdminPassword

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. This provider cannot perform drift detection of this configuration.

Declaration
public Input<string> KdcAdminPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Realm

The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL

Declaration
public Input<string> Realm { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.