Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ActiveDirectoryBackupAttributes = ActiveDirectoryBackupAttributes' {}
- newActiveDirectoryBackupAttributes :: ActiveDirectoryBackupAttributes
- activeDirectoryBackupAttributes_activeDirectoryId :: Lens' ActiveDirectoryBackupAttributes (Maybe Text)
- activeDirectoryBackupAttributes_domainName :: Lens' ActiveDirectoryBackupAttributes (Maybe Text)
- activeDirectoryBackupAttributes_resourceARN :: Lens' ActiveDirectoryBackupAttributes (Maybe Text)
Documentation
data ActiveDirectoryBackupAttributes Source #
The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.
See: newActiveDirectoryBackupAttributes
smart constructor.
ActiveDirectoryBackupAttributes' | |
|
Instances
newActiveDirectoryBackupAttributes :: ActiveDirectoryBackupAttributes Source #
Create a value of ActiveDirectoryBackupAttributes
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:activeDirectoryId:ActiveDirectoryBackupAttributes'
, activeDirectoryBackupAttributes_activeDirectoryId
- The ID of the Amazon Web Services Managed Microsoft Active Directory
instance to which the file system is joined.
$sel:domainName:ActiveDirectoryBackupAttributes'
, activeDirectoryBackupAttributes_domainName
- The fully qualified domain name of the self-managed Active Directory
directory.
$sel:resourceARN:ActiveDirectoryBackupAttributes'
, activeDirectoryBackupAttributes_resourceARN
- Undocumented member.
activeDirectoryBackupAttributes_activeDirectoryId :: Lens' ActiveDirectoryBackupAttributes (Maybe Text) Source #
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
activeDirectoryBackupAttributes_domainName :: Lens' ActiveDirectoryBackupAttributes (Maybe Text) Source #
The fully qualified domain name of the self-managed Active Directory directory.
activeDirectoryBackupAttributes_resourceARN :: Lens' ActiveDirectoryBackupAttributes (Maybe Text) Source #
Undocumented member.