AWSEFSFileSystemAccessPointRootDirectoryCreationInformation
No description
type AWSEFSFileSystemAccessPointRootDirectoryCreationInformation {
ownerGid: Int64!
ownerUid: Int64!
permissions: String!
}
Fields
AWSEFSFileSystemAccessPointRootDirectoryCreationInformation.ownerGid ● Int64! non-null scalar
The POSIX group ID to apply to the RootDirectory The range: 0 to 2^32 (4294967295)
AWSEFSFileSystemAccessPointRootDirectoryCreationInformation.ownerUid ● Int64! non-null scalar
The POSIX user ID to apply to the RootDirectory The range: 0 to 2^32 (4294967295)
AWSEFSFileSystemAccessPointRootDirectoryCreationInformation.permissions ● String! non-null scalar
The POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits