/AWS1/CL_OWXENVIRONMENTVARIA00¶
Represents an app's environment variable.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
iv_value TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
(Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable.
Optional arguments:¶
iv_secure TYPE /AWS1/OWXBOOLEAN /AWS1/OWXBOOLEAN¶
(Optional) Whether the variable's value is returned by the DescribeApps action. To hide an environment variable's value, set
Securetotrue.DescribeAppsreturns*FILTERED***instead of the actual value. The default value forSecureisfalse.
Queryable Attributes¶
Key¶
(Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Value¶
(Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Secure¶
(Optional) Whether the variable's value is returned by the DescribeApps action. To hide an environment variable's value, set
Securetotrue.DescribeAppsreturns*FILTERED***instead of the actual value. The default value forSecureisfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURE() |
Getter for SECURE, with configurable default |
ASK_SECURE() |
Getter for SECURE w/ exceptions if field has no value |
HAS_SECURE() |
Determine if SECURE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ENVIRONMENTVARIABLES¶
TYPES TT_ENVIRONMENTVARIABLES TYPE STANDARD TABLE OF REF TO /AWS1/CL_OWXENVIRONMENTVARIA00 WITH DEFAULT KEY
.