メインコンテンツまでスキップ

AWSEFSFileSystemAccessPointPosixUser

No description

type AWSEFSFileSystemAccessPointPosixUser {
gid: Int64!
uid: Int64!
secondaryGids: [Int64!]!
}

Fields

AWSEFSFileSystemAccessPointPosixUser.gid ● Int64! non-null scalar

The POSIX group ID used for all file system operations using this access point

AWSEFSFileSystemAccessPointPosixUser.uid ● Int64! non-null scalar

The POSIX user ID used for all file system operations using this access point

AWSEFSFileSystemAccessPointPosixUser.secondaryGids ● [Int64!]! non-null scalar

Secondary POSIX group IDs used for all file system operations using this access point

Member of

AWSEFSFileSystemAccessPoint object