posixUser property
The POSIX system user and (optional) group to use to run this component.
Specify the user and group separated by a colon (:
) in the
following format: user:group
. The group is optional. If you
don't specify a group, the AWS IoT Greengrass Core software uses the primary
user for the group.
Implementation
final String? posixUser;