/AWS1/CL_TRNDSCDWEBAPPCUSTIZ00¶
A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/TRNARN /AWS1/TRNARN¶
Returns the Amazon Resource Name (ARN) for the web app.
iv_webappid TYPE /AWS1/TRNWEBAPPID /AWS1/TRNWEBAPPID¶
Returns the unique identifier for your web app.
Optional arguments:¶
iv_title TYPE /AWS1/TRNWEBAPPTITLE /AWS1/TRNWEBAPPTITLE¶
Returns the page title that you defined for your web app.
iv_logofile TYPE /AWS1/TRNWEBAPPLOGOFILE /AWS1/TRNWEBAPPLOGOFILE¶
Returns a logo file data string (in base64 encoding).
iv_faviconfile TYPE /AWS1/TRNWEBAPPFAVICONFILE /AWS1/TRNWEBAPPFAVICONFILE¶
Returns an icon file data string (in base64 encoding).
Queryable Attributes¶
Arn¶
Returns the Amazon Resource Name (ARN) for the web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
WebAppId¶
Returns the unique identifier for your web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBAPPID() |
Getter for WEBAPPID, with configurable default |
ASK_WEBAPPID() |
Getter for WEBAPPID w/ exceptions if field has no value |
HAS_WEBAPPID() |
Determine if WEBAPPID has a value |
Title¶
Returns the page title that you defined for your web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
LogoFile¶
Returns a logo file data string (in base64 encoding).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGOFILE() |
Getter for LOGOFILE, with configurable default |
ASK_LOGOFILE() |
Getter for LOGOFILE w/ exceptions if field has no value |
HAS_LOGOFILE() |
Determine if LOGOFILE has a value |
FaviconFile¶
Returns an icon file data string (in base64 encoding).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAVICONFILE() |
Getter for FAVICONFILE, with configurable default |
ASK_FAVICONFILE() |
Getter for FAVICONFILE w/ exceptions if field has no value |
HAS_FAVICONFILE() |
Determine if FAVICONFILE has a value |