| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterKerberosAttributes
Synopsis
- data EMRClusterKerberosAttributes = EMRClusterKerberosAttributes {
- _eMRClusterKerberosAttributesADDomainJoinPassword :: Maybe (Val Text)
- _eMRClusterKerberosAttributesADDomainJoinUser :: Maybe (Val Text)
- _eMRClusterKerberosAttributesCrossRealmTrustPrincipalPassword :: Maybe (Val Text)
- _eMRClusterKerberosAttributesKdcAdminPassword :: Val Text
- _eMRClusterKerberosAttributesRealm :: Val Text
- emrClusterKerberosAttributes :: Val Text -> Val Text -> EMRClusterKerberosAttributes
- emrckaADDomainJoinPassword :: Lens' EMRClusterKerberosAttributes (Maybe (Val Text))
- emrckaADDomainJoinUser :: Lens' EMRClusterKerberosAttributes (Maybe (Val Text))
- emrckaCrossRealmTrustPrincipalPassword :: Lens' EMRClusterKerberosAttributes (Maybe (Val Text))
- emrckaKdcAdminPassword :: Lens' EMRClusterKerberosAttributes (Val Text)
- emrckaRealm :: Lens' EMRClusterKerberosAttributes (Val Text)
Documentation
data EMRClusterKerberosAttributes #
Full data type definition for EMRClusterKerberosAttributes. See
emrClusterKerberosAttributes for a more convenient constructor.
Constructors
Instances
emrClusterKerberosAttributes #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> EMRClusterKerberosAttributes |
Constructor for EMRClusterKerberosAttributes containing required fields
as arguments.