accessSysfs property

bool? accessSysfs
final

If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys. This setting applies only when you run the Lambda function in a Greengrass container.

Implementation

final bool? accessSysfs;