GroupOwnerSetting

Group owner related settings for local resources.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: GroupOwnerSetting.Builder.() -> Unit = {}): GroupOwnerSetting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String