/AWS1/CL_QQACREATEPRESIGURLOUT¶
CreatePresignedUrlOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fileid TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The unique identifier assigned to the file to be uploaded.
iv_presignedurl TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The URL for a presigned S3 POST operation used to upload a file.
it_presignedurlfields TYPE /AWS1/CL_QQAPRESIGURLFIELDS_W=>TT_PRESIGNEDURLFIELDS TT_PRESIGNEDURLFIELDS¶
The form fields to include in the presigned S3 POST operation used to upload a file.
iv_presignedurlexpiration TYPE /AWS1/QQAQAPPSTIMESTAMP /AWS1/QQAQAPPSTIMESTAMP¶
The date and time that the presigned URL will expire in ISO 8601 format.
Queryable Attributes¶
fileId¶
The unique identifier assigned to the file to be uploaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEID() |
Getter for FILEID, with configurable default |
ASK_FILEID() |
Getter for FILEID w/ exceptions if field has no value |
HAS_FILEID() |
Determine if FILEID has a value |
presignedUrl¶
The URL for a presigned S3 POST operation used to upload a file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURL() |
Getter for PRESIGNEDURL, with configurable default |
ASK_PRESIGNEDURL() |
Getter for PRESIGNEDURL w/ exceptions if field has no value |
HAS_PRESIGNEDURL() |
Determine if PRESIGNEDURL has a value |
presignedUrlFields¶
The form fields to include in the presigned S3 POST operation used to upload a file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURLFIELDS() |
Getter for PRESIGNEDURLFIELDS, with configurable default |
ASK_PRESIGNEDURLFIELDS() |
Getter for PRESIGNEDURLFIELDS w/ exceptions if field has no |
HAS_PRESIGNEDURLFIELDS() |
Determine if PRESIGNEDURLFIELDS has a value |
presignedUrlExpiration¶
The date and time that the presigned URL will expire in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESIGNEDURLEXPIRATION() |
Getter for PRESIGNEDURLEXPIRATION, with configurable default |
ASK_PRESIGNEDURLEXPIRATION() |
Getter for PRESIGNEDURLEXPIRATION w/ exceptions if field has |
HAS_PRESIGNEDURLEXPIRATION() |
Determine if PRESIGNEDURLEXPIRATION has a value |