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 |
Documentation
data DomainJoinInfo Source #
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
See: newDomainJoinInfo
smart constructor.
DomainJoinInfo' | |
|
Instances
newDomainJoinInfo :: DomainJoinInfo Source #
Create a value of DomainJoinInfo
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:organizationalUnitDistinguishedName:DomainJoinInfo'
, domainJoinInfo_organizationalUnitDistinguishedName
- The distinguished name of the organizational unit for computer accounts.
$sel:directoryName:DomainJoinInfo'
, domainJoinInfo_directoryName
- The fully qualified name of the directory (for example,
corp.example.com).
domainJoinInfo_organizationalUnitDistinguishedName :: Lens' DomainJoinInfo (Maybe Text) Source #
The distinguished name of the organizational unit for computer accounts.
domainJoinInfo_directoryName :: Lens' DomainJoinInfo (Maybe Text) Source #
The fully qualified name of the directory (for example, corp.example.com).