/AWS1/CL_WSWICONIMAGEINPUT¶
The input for an icon image (logo or favicon). Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_blob TYPE /AWS1/WSWICONIMAGE /AWS1/WSWICONIMAGE¶
The image provided as a binary image file.
iv_s3uri TYPE /AWS1/WSWS3URI /AWS1/WSWS3URI¶
The S3 URI pointing to the image file. The URI must use the format
s3://bucket-name/key-name. You must have read access to the S3 object.
Queryable Attributes¶
blob¶
The image provided as a binary image file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOB() |
Getter for BLOB, with configurable default |
ASK_BLOB() |
Getter for BLOB w/ exceptions if field has no value |
HAS_BLOB() |
Determine if BLOB has a value |
s3Uri¶
The S3 URI pointing to the image file. The URI must use the format
s3://bucket-name/key-name. You must have read access to the S3 object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |