/AWS1/CL_GG2LAMBDACONTAINERP00¶
Contains information about a container in which Lambda functions run on Greengrass core devices.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_memorysizeinkb TYPE /AWS1/GG2OPTIONALINTEGER /AWS1/GG2OPTIONALINTEGER¶
The memory size of the container, expressed in kilobytes.
Default:
16384(16 MB)
iv_mountrosysfs TYPE /AWS1/GG2OPTIONALBOOLEAN /AWS1/GG2OPTIONALBOOLEAN¶
Whether or not the container can read information from the device's
/sysfolder.Default:
false
it_volumes TYPE /AWS1/CL_GG2LAMBDAVOLUMEMOUNT=>TT_LAMBDAVOLUMELIST TT_LAMBDAVOLUMELIST¶
The list of volumes that the container can access.
it_devices TYPE /AWS1/CL_GG2LAMBDADEVICEMOUNT=>TT_LAMBDADEVICELIST TT_LAMBDADEVICELIST¶
The list of system devices that the container can access.
Queryable Attributes¶
memorySizeInKB¶
The memory size of the container, expressed in kilobytes.
Default:
16384(16 MB)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORYSIZEINKB() |
Getter for MEMORYSIZEINKB, with configurable default |
ASK_MEMORYSIZEINKB() |
Getter for MEMORYSIZEINKB w/ exceptions if field has no valu |
HAS_MEMORYSIZEINKB() |
Determine if MEMORYSIZEINKB has a value |
mountROSysfs¶
Whether or not the container can read information from the device's
/sysfolder.Default:
false
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTROSYSFS() |
Getter for MOUNTROSYSFS, with configurable default |
ASK_MOUNTROSYSFS() |
Getter for MOUNTROSYSFS w/ exceptions if field has no value |
HAS_MOUNTROSYSFS() |
Determine if MOUNTROSYSFS has a value |
volumes¶
The list of volumes that the container can access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOLUMES() |
Getter for VOLUMES, with configurable default |
ASK_VOLUMES() |
Getter for VOLUMES w/ exceptions if field has no value |
HAS_VOLUMES() |
Determine if VOLUMES has a value |
devices¶
The list of system devices that the container can access.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICES() |
Getter for DEVICES, with configurable default |
ASK_DEVICES() |
Getter for DEVICES w/ exceptions if field has no value |
HAS_DEVICES() |
Determine if DEVICES has a value |