You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::GroupOwnerSetting

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GroupOwnerSetting as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_add_group_owner: false,
  group_owner: "__string",
}

Group owner related settings for local resources.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_add_group_ownerBoolean

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.

Returns:

  • (Boolean)

    If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges.

#group_ownerString

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

Returns:

  • (String)

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