OpenMode
Open Beta Documentation Amazon offers this technical
documentation as part of a pre-release, open beta. The features described might change as Amazon receives feedback
and iterates on the features. For the most current feature information, see the Release
Notes.
Enum that defines the possible modes for opening a file.
Enumeration Members
APPEND
APPEND:
2
APPEND_READ
APPEND_READ:
5
READ
READ:
0
READ_WRITE
READ_WRITE:
3
WRITE
WRITE:
1
WRITE_READ
WRITE_READ:
4
Last updated: Sep 30, 2025