Values.AwsEfsAccessPointRootDirectoryCreationInfoDetailsSourceProvides information about the settings that Amazon EFS uses to create the root directory when a client connects to an access point.
type nonrec t = {ownerGid : NonEmptyString.t option;Specifies the POSIX group ID to apply to the root directory.
*)ownerUid : NonEmptyString.t option;Specifies the POSIX user ID to apply to the root directory.
*)permissions : NonEmptyString.t option;Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.
*)}