AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Group owner related settings for local resources.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.GroupOwnerSetting

Namespace: Amazon.Greengrass.Model
Assembly: AWSSDK.Greengrass.dll
Version: 3.x.y.z

Syntax

C#
public class GroupOwnerSetting

The GroupOwnerSetting type exposes the following members

Constructors

NameDescription
Public Method GroupOwnerSetting()

Properties

NameTypeDescription
Public Property AutoAddGroupOwner System.Boolean

Gets and sets the property 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.

Public Property GroupOwner System.String

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5