Class CfnDeployment.ComponentRunWithProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.ComponentRunWithProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDeployment.ComponentRunWithProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDeployment.ComponentRunWithProperty

@Stability(Stable) @Internal public static final class CfnDeployment.ComponentRunWithProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeployment.ComponentRunWithProperty
  • Constructor Details

  • Method Details

    • getPosixUser

      public final String 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 interface CfnDeployment.ComponentRunWithProperty
    • getSystemResourceLimits

      public final Object 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 interface CfnDeployment.ComponentRunWithProperty
    • getWindowsUser

      public final String 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 interface CfnDeployment.ComponentRunWithProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object