Module Values.ActiveDirectoryBackupAttributesSource

The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.

Sourcetype nonrec t = {
  1. domainName : ActiveDirectoryFullyQualifiedName.t option;
    (*

    The fully qualified domain name of the self-managed Active Directory directory.

    *)
  2. activeDirectoryId : DirectoryId.t option;
    (*

    The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

    *)
  3. resourceARN : ResourceARN.t option;
}
Sourceval make : ?domainName:??? -> ?activeDirectoryId:??? -> ?resourceARN:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ActiveDirectoryFullyQualifiedName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t