Module Values.AwsEfsAccessPointRootDirectoryDetailsSource

Provides information about the directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

Sourcetype nonrec t = {
  1. creationInfo : AwsEfsAccessPointRootDirectoryCreationInfoDetails.t option;
    (*

    Specifies the POSIX IDs and permissions to apply to the access point's root directory.

    *)
  2. path : NonEmptyString.t option;
    (*

    Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide CreationInfo.

    *)
}
Sourceval make : ?creationInfo:??? -> ?path:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ]) 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