AWSEMRClusterKerberosAttributes
No description
type AWSEMRClusterKerberosAttributes {
realm: String!
adDomainJoinUser: String!
}
Fields
AWSEMRClusterKerberosAttributes.realm
● String!
non-null scalar
The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL
AWSEMRClusterKerberosAttributes.adDomainJoinUser
● String!
non-null scalar
Required only when establishing a cross-realm trust with an Active Directory domain
Member of
AWSEMRCluster
object