Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DirectoryConfig = DirectoryConfig' {}
- newDirectoryConfig :: Text -> DirectoryConfig
- directoryConfig_createdTime :: Lens' DirectoryConfig (Maybe UTCTime)
- directoryConfig_serviceAccountCredentials :: Lens' DirectoryConfig (Maybe ServiceAccountCredentials)
- directoryConfig_organizationalUnitDistinguishedNames :: Lens' DirectoryConfig (Maybe [Text])
- directoryConfig_directoryName :: Lens' DirectoryConfig Text
Documentation
data DirectoryConfig Source #
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
See: newDirectoryConfig
smart constructor.
DirectoryConfig' | |
|
Instances
Create a value of DirectoryConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdTime:DirectoryConfig'
, directoryConfig_createdTime
- The time the directory configuration was created.
$sel:serviceAccountCredentials:DirectoryConfig'
, directoryConfig_serviceAccountCredentials
- The credentials for the service account used by the fleet or image
builder to connect to the directory.
$sel:organizationalUnitDistinguishedNames:DirectoryConfig'
, directoryConfig_organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer
accounts.
$sel:directoryName:DirectoryConfig'
, directoryConfig_directoryName
- The fully qualified name of the directory (for example,
corp.example.com).
directoryConfig_createdTime :: Lens' DirectoryConfig (Maybe UTCTime) Source #
The time the directory configuration was created.
directoryConfig_serviceAccountCredentials :: Lens' DirectoryConfig (Maybe ServiceAccountCredentials) Source #
The credentials for the service account used by the fleet or image builder to connect to the directory.
directoryConfig_organizationalUnitDistinguishedNames :: Lens' DirectoryConfig (Maybe [Text]) Source #
The distinguished names of the organizational units for computer accounts.
directoryConfig_directoryName :: Lens' DirectoryConfig Text Source #
The fully qualified name of the directory (for example, corp.example.com).