Class CfnDeployment.ComponentRunWithProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.ComponentRunWithProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeployment.ComponentRunWithProperty
CfnDeployment.ComponentRunWithProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnDeployment.ComponentRunWithProperty
CfnDeployment.ComponentRunWithProperty.Builder, CfnDeployment.ComponentRunWithProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeployment.ComponentRunWithProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The POSIX system user and (optional) group to use to run this component.final Object
The system resource limits to apply to this component's process on the core device.final String
The Windows user to use to run this component on Windows core devices.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeployment.ComponentRunWithProperty.Builder
.
-
-
Method Details
-
getPosixUser
Description copied from interface:CfnDeployment.ComponentRunWithProperty
The POSIX system user and (optional) group to use to run this component.Specify the user and group separated by a colon (
:
) in the following format:user:group
. The group is optional. If you don't specify a group, the AWS IoT Greengrass Core software uses the primary user for the group.- Specified by:
getPosixUser
in interfaceCfnDeployment.ComponentRunWithProperty
-
getSystemResourceLimits
Description copied from interface:CfnDeployment.ComponentRunWithProperty
The system resource limits to apply to this component's process on the core device.AWS IoT Greengrass supports this feature only on Linux core devices.
If you omit this parameter, the AWS IoT Greengrass Core software uses the default system resource limits that you configure on the AWS IoT Greengrass nucleus component. For more information, see Configure system resource limits for components .
- Specified by:
getSystemResourceLimits
in interfaceCfnDeployment.ComponentRunWithProperty
-
getWindowsUser
Description copied from interface:CfnDeployment.ComponentRunWithProperty
The Windows user to use to run this component on Windows core devices.The user must exist on each Windows core device, and its name and password must be in the LocalSystem account's Credentials Manager instance.
If you omit this parameter, the AWS IoT Greengrass Core software uses the default Windows user that you configure on the AWS IoT Greengrass nucleus component. For more information, see Configure the user and group that run components .
- Specified by:
getWindowsUser
in interfaceCfnDeployment.ComponentRunWithProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-