CreationPermissions
Specifies the permissions to set on newly created directories within the file system.
Contents
- ownerGid
-
The POSIX group ID to assign to newly created directories.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- ownerUid
-
The POSIX user ID to assign to newly created directories.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- permissions
-
The octal permissions to assign to newly created directories.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 4.
Pattern:
[0-7]{3,4}Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: