| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentRunWith |
ComponentRunWith.clone() |
ComponentRunWith |
ComponentDeploymentSpecification.getRunWith()
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
ComponentRunWith |
ComponentRunWith.withPosixUser(String posixUser)
The POSIX system user and, optionally, group to use to run this component on Linux core devices.
|
ComponentRunWith |
ComponentRunWith.withSystemResourceLimits(SystemResourceLimits systemResourceLimits)
The system resource limits to apply to this component's process on the core device.
|
ComponentRunWith |
ComponentRunWith.withWindowsUser(String windowsUser)
The Windows user to use to run this component on Windows core devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDeploymentSpecification.setRunWith(ComponentRunWith runWith)
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
ComponentDeploymentSpecification |
ComponentDeploymentSpecification.withRunWith(ComponentRunWith runWith)
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
Copyright © 2023. All rights reserved.