| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.DirectoryServiceMicrosoftAD
Synopsis
- data DirectoryServiceMicrosoftAD = DirectoryServiceMicrosoftAD {
- _directoryServiceMicrosoftADCreateAlias :: Maybe (Val Bool)
- _directoryServiceMicrosoftADEdition :: Maybe (Val Text)
- _directoryServiceMicrosoftADEnableSso :: Maybe (Val Bool)
- _directoryServiceMicrosoftADName :: Val Text
- _directoryServiceMicrosoftADPassword :: Val Text
- _directoryServiceMicrosoftADShortName :: Maybe (Val Text)
- _directoryServiceMicrosoftADVpcSettings :: DirectoryServiceMicrosoftADVpcSettings
- directoryServiceMicrosoftAD :: Val Text -> Val Text -> DirectoryServiceMicrosoftADVpcSettings -> DirectoryServiceMicrosoftAD
- dsmadCreateAlias :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Bool))
- dsmadEdition :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Text))
- dsmadEnableSso :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Bool))
- dsmadName :: Lens' DirectoryServiceMicrosoftAD (Val Text)
- dsmadPassword :: Lens' DirectoryServiceMicrosoftAD (Val Text)
- dsmadShortName :: Lens' DirectoryServiceMicrosoftAD (Maybe (Val Text))
- dsmadVpcSettings :: Lens' DirectoryServiceMicrosoftAD DirectoryServiceMicrosoftADVpcSettings
Documentation
data DirectoryServiceMicrosoftAD #
Full data type definition for DirectoryServiceMicrosoftAD. See
directoryServiceMicrosoftAD for a more convenient constructor.
Constructors
Instances
Arguments
| :: Val Text | |
| -> Val Text | |
| -> DirectoryServiceMicrosoftADVpcSettings | |
| -> DirectoryServiceMicrosoftAD |
Constructor for DirectoryServiceMicrosoftAD containing required fields
as arguments.