FileDetail
Represents detailed information about a file attached to a benefit application.
Contents
Note
In the following list, the required parameters are described first.
- FileURI
-
The URI or location where the file is stored.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
(s3://|https://).*Required: Yes
- BusinessUseCase
-
The business purpose or use case that this file supports in the benefit application.
Type: String
Required: No
- CreatedAt
-
The timestamp when the file was uploaded.
Type: Timestamp
Required: No
- CreatedBy
-
The identifier of the user who uploaded the file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- FileName
-
The original name of the uploaded file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- FileStatus
-
The current processing status of the file (e.g., uploaded, processing, approved, rejected).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Required: No
- FileStatusReason
-
The reason for that particulat file status.
Type: String
Required: No
- FileType
-
The type or category of the file (e.g., document, image, spreadsheet).
Type: String
Valid Values:
application/msword | application/vnd.openxmlformats-officedocument.wordprocessingml.document | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | application/vnd.openxmlformats-officedocument.presentationml.presentation | application/pdf | image/png | image/jpeg | image/svg+xml | text/csvRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: