Skip to content

/AWS1/CL_GGSGROUPOWNERSETTING

Group owner related settings for local resources.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_AUTOADDGROUPOWNER TYPE /AWS1/GGS__BOOLEAN /AWS1/GGS__BOOLEAN

If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.

IV_GROUPOWNER TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING

The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.


Queryable Attributes

AutoAddGroupOwner

If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.

Accessible with the following methods

Method Description
GET_AUTOADDGROUPOWNER() Getter for AUTOADDGROUPOWNER, with configurable default
ASK_AUTOADDGROUPOWNER() Getter for AUTOADDGROUPOWNER w/ exceptions if field has no v
HAS_AUTOADDGROUPOWNER() Determine if AUTOADDGROUPOWNER has a value

GroupOwner

The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.

Accessible with the following methods

Method Description
GET_GROUPOWNER() Getter for GROUPOWNER, with configurable default
ASK_GROUPOWNER() Getter for GROUPOWNER w/ exceptions if field has no value
HAS_GROUPOWNER() Determine if GROUPOWNER has a value