Values.ActiveDirectoryBackupAttributesSourceThe Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.
type nonrec t = {domainName : ActiveDirectoryFullyQualifiedName.t option;The fully qualified domain name of the self-managed Active Directory directory.
*)activeDirectoryId : DirectoryId.t option;The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
*)resourceARN : ResourceARN.t option;}val to_value :
t ->
[> `Structure of
(string * [> `String of ActiveDirectoryFullyQualifiedName.t ]) list ]